Skip to main content

Switch

Allow user to toggle between two states.

<Switch id="switch" />

Props​

Start label​

Start label

<Switch startLabel="Start label" id="startLabel"></Switch>
Combine labels

You can combine the startLabel and endLabel props.

End label​

End label

<Switch endLabel="End label" id="endLabel" />

Checked​

<Switch id="checked" checked />

Disabled​

<Switch id="disabled" disabled />