BTE
Componente

Switch

Liga/desliga; trilho acende champanhe quando ativo (Radix Switch).

tsx
import { Switch } from "@/components/ui/switch";
import { Label } from "@bte/ui/label";

<div className="flex items-center gap-3">
  <Switch id="live" defaultChecked />
  <Label htmlFor="live">Placar ao vivo</Label>
</div>