Form Types
Checkbox
Indicate if the checkbox should be disabled or not.
Data required for getActualSet function
Boolean, to be checked or not.
Important:
Please note that if(saved.state)
will return false if data is not set. If you want to default state to be true, use this:
Data returned
Boolean, true if ckecked – false if unchecked.
Example Usage
Was this page helpful?