Toggle
On/off toggle switch with pixel-art styling.
Off
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| checked | boolean | false | Toggle state. |
| onChange | (checked: boolean) => void | — | Called on toggle. |
| disabled | boolean | false | Disable the toggle. |
On/off toggle switch with pixel-art styling.
| Prop | Type | Default | Description |
|---|---|---|---|
| checked | boolean | false | Toggle state. |
| onChange | (checked: boolean) => void | — | Called on toggle. |
| disabled | boolean | false | Disable the toggle. |