checkBox tag
Category: presentation container tag
Creates a square check-box object on the screen to allow the user to either select or deselect a particular option.
Sample usage
Fields
Primary field
Secondary fields
- state: Gets or sets the current checked state of the checkBox. true means the checkBox is checked, false means it is unchecked.
Behaviour
Notes
Example