inputEx - CheckBox Usage
Basic CheckBox creation
Use the following code to create a basic inputEx CheckBox.
With a label
Add the label
Default returned values
In its simplest form, the CheckBox returns true if checked, false otherwise.
Changing the returned values
You can return different values if needed.
Updated event
How to listen to the updated event :
Disabling checkboxes
How to enable/disable a checkbox :