This commit is contained in:
NoryiE
2025-09-15 08:45:52 +00:00
parent 5987b530bf
commit 0bf2daeae4
3 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# 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|