Switch
@velon-finance/ui · status: stable · atom · @radix-ui/react-switch
For binary toggles where the change applies immediately. Use Checkbox for form submissions.
Overview
Code
import { Switch, Label } from '@velon-finance/ui'
<Switch id="notifications" checked={enabled} onCheckedChange={setEnabled} />
<Label htmlFor="notifications">Notificações</Label>