Copy to clipboard
Installation
Copy to clipboard
npx bearnie add switch
npx bearnie add switch
bunx bearnie add switch
bunx bearnie add switch
pnpm dlx bearnie add switch
pnpm dlx bearnie add switch
yarn dlx bearnie add switch
yarn dlx bearnie add switch
Copy to clipboard
import Switch from "@/components/ui/switch/Switch.astro";
import Label from "@/components/ui/label/Label.astro";
Usage
import { Switch } from "@/components/ui/switch"
<Switch id="mode" />
Examples
Checked
Copy to clipboard
Disabled
Copy to clipboard
With description
Copy to clipboard
Receive emails about new products and updates.
Anatomy
Switch- A single toggle element
Props
Switch
| Prop | Type | Default | Description |
|---|---|---|---|
| id | string | - | Element ID for label association |
| name | string | - | Form field name |
| checked | boolean | false | Default checked state |
| disabled | boolean | false | Disables the switch |
| class | string | - | Additional CSS classes |