Removed old references

This commit is contained in:
Robert Jelic
2025-09-15 10:44:06 +02:00
parent ed4cd0718b
commit 5987b530bf
6 changed files with 0 additions and 146 deletions

View File

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