Skip to main contentSkip to navigation

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

Loading...

Installation

npx @hanzo/ui@latest add switch

Usage

import { Switch } from "@/components/ui/switch"
<Switch />

Examples

Form

Loading...