Checkbox


Callbacks used by Checkboxes:

getPressed

Sets a value that indicates whether the checkbox state is selected or cleared (checked - True or unchecked - False)

onAction

Sets a value that indicates whether the checkbox state is selected or cleared (checked - True or unchecked - False)


 


Back