Switch

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

Preview

Installation

bash
npx sigma-ui add switch

Examples

Basic

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

<template>
  <Switch />
</template>

Form

Email Notifications

Receive emails about new products, features, and more.

Receive emails about your account security.

Edit this page on GitHub