Ambient UI
Search for a command to run...
A control that allows the user to toggle between checked and not checked.
Copyimport { Switch } from "@smartacteam/ambient-web/switch";
import { Switch } from "@smartacteam/ambient-web/switch";
Copy<Switch />
<Switch />
On This Page
"use client"; import { Switch } from "@smartacteam/ambient-web/switch"; export function SwitchDemo() { return <Switch />; }