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