Components/Checkbox
Checkbox
Binary selection control with optional label, description, error, and indeterminate states.
Receive updates about new features and releases.
Installation
npx ajaxui add checkboxSizes
States
Props
| Prop | Type | Default |
|---|---|---|
| checkboxSize | "sm" | "md" | "lg" | "md" |
| label | string | — |
| description | string | — |
| error | boolean | false |
| indeterminate | boolean | false |
| disabled | boolean | false |