All components

Switch

Inline on/off toggle.

Full API on ui.shadcn.com

Default

<div className="flex items-center gap-2">
  <Switch id="notifications" />
  <Label htmlFor="notifications">Email notifications</Label>
</div>