Docs
Switch

Switch

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

Component switch-demo not found in registry.

Installation

pnpm dlx kodkafa@latest add switch

Usage

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

Examples

Form

Component switch-form not found in registry.