← All components

Switch

Binary toggles for feature flags and preferences.

Example

import { Label } from "matcha-ui";
import { Switch } from "matcha-ui";

<div className="flex items-center gap-2">
  <Switch id="notify" />
  <Label htmlFor="notify">Email notifications</Label>
</div>