checkBox tag
Presentation container tag
Creates and displays a square check-box object in the conole. The user can interact with the
check-box in order to toggle a setting on or off.
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