shoelace/docs/components/switch.md

549 B

Switch

[component-header:sl-switch]

Switches allow the user to toggle an option on or off.

<sl-switch>Switch</sl-switch>

?> This component doesn't work with standard forms. Use <sl-form> instead.

Examples

Checked

Use the checked attribute to activate the switch.

<sl-switch checked>Checked</sl-switch>

Disabled

Use the disabled attribute to disable the switch.

<sl-switch disabled>Disabled</sl-switch>

[component-metadata:sl-switch]