deploy: 5ccd201be0
This commit is contained in:
18
docs/references/elements/Switch.md
Normal file
18
docs/references/elements/Switch.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Switch : VisualElement
|
||||||
|
The Switch is a standard Switch element with click handling and state management.
|
||||||
|
|
||||||
|
## Properties
|
||||||
|
|
||||||
|
|Property|Type|Default|Description|
|
||||||
|
|---|---|---|---|
|
||||||
|
|checked|boolean|Whether|switch is checked
|
||||||
|
|
||||||
|
|
||||||
|
## Protected Functions
|
||||||
|
|
||||||
|
|Method|Returns|Description|
|
||||||
|
|---|---|---|
|
||||||
|
|Switch:init|-|Initializes the Switch instance
|
||||||
|
|Switch:render|-|Renders the Switch
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user