<< Click to Display Table of Contents >> Navigation: IWML > Tags > Controls > CheckBox |
The CheckBox control allows the user to select or deselect a binary option. It displays a checkbox next to a label and supports click toggling on both the box and the text.
It is useful for confirmations, preferences, and any situation requiring a yes/no or on/off input.
Syntax:
CheckBox[:Name] [Text]
•Name — optional identifier used to reference the checkbox (this.Name).
Properties:
•Text — defines the label displayed next to the checkbox.
•Checked — sets the initial state (true or false).
•Hint — sets the tooltip text shown on hover.
•Enabled — disables interaction if set to false.
Try It
CheckBox:MyCheckBox I agree
Checked: true
Hint: Click to toggle agreement