Switch

A control that allows the user to toggle between checked and not checked.

Loading...

Usage

import { Switch } from "@/components/ui/switch"
<div className="flex items-center space-x-2">
  <Switch id="airplane-mode" />
  <Label htmlFor="airplane-mode">Airplane Mode</Label>
</div>