On This Page
A control that allows the user to toggle between checked and not checked.
npx shadcn-vue@latest add switch
<script setup lang="ts"> import { Switch } from '@/lib/registry/default/ui/switch' </script> <template> <Switch /> </template>