Toggle
Toggle switch for boolean on/off states.
<reke-toggle label="Dark mode" checked></reke-toggle><reke-toggle label="Notifications"></reke-toggle>Properties
Section titled “Properties”| Property | Type | Default | Description |
|---|---|---|---|
checked | boolean | false | On/off state |
disabled | boolean | false | Disables the toggle |
label | string | '' | Label text |
Events
Section titled “Events”| Event | Detail | Description |
|---|---|---|
reke-change | { checked } | Fired when toggled |
CSS Parts
Section titled “CSS Parts”| Part | Description |
|---|---|
track | The toggle track |
thumb | The toggle thumb |