The Switch component is used as an alternative between checked and not checked states.
import { Switch } from "@/components/ui/switch";<Switch />The switch component is non interactive by default. You can make it interactive by passing the isInteractive prop as true