CheckBox
Xojo provides a CheckBox control for desktop, mobile and web projects:
Note
While on mobile the control is called a Switch, it's functionally the same as a CheckBox.
Common members
These events and properties are both common amongst the desktop, mobile and web versions of the control and are the most commonly used. See the individual controls for more members and details.
Events
Name |
Description |
---|---|
ValueChanged |
The value (whether the CheckBox is checked, unchecked, etc.) has changed. |
Properties
Name |
Description |
---|---|
Enabled |
Dictates if the CheckBox is enabled (can be interacted with) or not. |
Value |
Indicates whether or not the CheckBox is checked. |