A control that allows the user to toggle between checked and not checked.
npx shadcn-ui add switch
import { Switch } from "@/components/ui/switch"
<Switch />