Binary toggles for feature flags and preferences.
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>