Skip to content
Primitives

Switch

An accessible on/off switch control with label and optional helper text.

Preview:
1280px
Notifications
Dark mode
Beta features

Props

PropTypeDefaultDescription
checkedbooleanfalseControlled on/off state.
onChange(checked: boolean) => void-Fired when toggled.
labelstring-Label shown beside the switch.
descriptionstring-Supporting text shown below the label.
size'sm' | 'md' | 'lg''md'Track and thumb size.
disabledbooleanfalsePrevents interaction.