Here is Switch component
npx shadcn@latest add https://21st.dev/r/jollyshopland/switch-1
Loading preview...
import { Switch } from "@/components/ui/switch-1" export default function SwitchDisabled() { return <Switch isDisabled>Airplane Mode</Switch> }