This commit is contained in:
NoryiE
2025-02-20 10:33:41 +00:00
parent 1a555af26c
commit 22c104f7df
5 changed files with 21 additions and 17 deletions

View File

@@ -6,8 +6,9 @@ This is the checkbox class. It is a visual element that can be checked.
|Property|Type|Default|Description|
|---|---|---|---|
|checked|boolean|Whether|checkbox is checked
|text|string|Label|text
|symbol|string|Check|symbol
|text|string|empty|Text to display
|checkedText|string|Text|when checked
|autoSize|boolean|true|Whether to automatically size the checkbox
## Functions