diff --git a/docs/references/elements/Switch.md b/docs/references/elements/Switch.md new file mode 100644 index 0000000..a7b4e96 --- /dev/null +++ b/docs/references/elements/Switch.md @@ -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 + +