14 lines
351 B
Markdown
14 lines
351 B
Markdown
# 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|
|