is_check_box property

is_check_box property

Indicates whether it’s a style of check box

Definition:

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

See Also