Docs
Switch

Switch

A control that allows the user to toggle between checked and not checked.

Installation ​

bash
npx shadcn-vue@latest add switch

Usage ​

vue
<script setup lang="ts">
import { Switch } from '@/components/ui/switch'
</script>

<template>
  <Switch />
</template>

Examples ​

Form ​

Email Notifications

Receive emails about new products, features, and more.

Receive emails about your account security.

Edit this page on GitHub