This commit is contained in:
NoryiE
2025-09-14 10:34:44 +00:00
parent 2b7aad681f
commit 24f6373924
5 changed files with 117 additions and 1 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|