Docs
Switch

Switch

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

Installation

Usage

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

<template>
  <Switch />
</template>
Edit this page on GitHub