CheckBox
The CheckBox
class is a graphical element for displaying and toggling between 2 states.
CheckBoxComponent checkBoxComponent = new CheckBoxComponent("CheckBox");
checkBoxComponent.checked(...);

Methods
Method | Description |
---|---|
| Sets the display text |
| Returns the display text |
| Returns the recommend width |
| Sets the status |
| Returns the current status |
Events
Event | Description |
---|---|
CheckBoxChangeEvent | Event on change of status |
Last modified: 01 Juni 2025