351 B
351 B
Checkbox
The Checkbox is a visual element that can be checked.
Extends: VisualElement
Properties
| Property | Type | Default | Description |
|---|---|---|---|
| checked | boolean | Whether | checkbox is checked |
| text | string | empty | Text to display |
| checkedText | string | Text | when checked |
| autoSize | boolean | true | Whether to automatically size the checkbox |