Skip to content
Spira
Forms

Switch

On/off toggles for settings.

Switches

On/off toggles for settings.

import { Switch } from "@/components/ui";

<label className="flex items-center gap-3 text-sm">
  <Switch defaultChecked />
  Notifications
</label>
<label className="flex items-center gap-3 text-sm">
  <Switch />
  Marketing
</label>