Select one or many independent options.
1234567891011By clicking this checkbox, you agree to the terms and conditions.
123456789101112131415161234567891011123456789101112131415161718| Prop | Type | Default | Description |
|---|---|---|---|
id | string | — | Unique identifier for the checkbox (required for accessibility) |
checked | boolean | — | Controlled checked state |
defaultChecked | boolean | false | Initial checked state |
onCheckedChange | (checked: boolean) => void | — | Callback when checked state changes |
disabled | boolean | false | Disable the checkbox |
required | boolean | false | Mark as required |
className | string | — | Additional CSS classes |