पेज · Laravilt
Checkbox
The Checkbox primitive for boolean and multi-choice inputs.
Import
typescript
Usage
The Vue checkbox is built on Reka UI v2 and binds with plain v-model, not v-model:checked. The React checkbox uses checked and onCheckedChange.
vue
tsx
Checkbox Group
vue
Props
| Vue | React | Description |
|---|---|---|
v-model / modelValue | checked | true, false or 'indeterminate' |
@update:model-value | onCheckedChange | Change handler |
default-value | defaultChecked | Initial state when uncontrolled |
disabled | disabled | Disabled state |