value property

value property

Indicates if the checkbox is checked or not.

Definition:

@property
def value(self):
    ...
@value.setter
def value(self, value):
    ...

See Also