Checkbox
A toggle control for boolean values. Built on Radix Checkbox.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| checked | boolean | - | Controlled checked state |
| onCheckedChange | (checked: boolean) => void | - | Callback on state change |
| disabled | boolean | false | Disabled state |
Import
import { Checkbox } from '@blastx/ui';