Checkbox
@arolariu/components / Checkbox
Checkbox
Renders a selectable checkbox control with checked and indeterminate support.
Remarks
- Renders a
<button>element by default - Built on Base UI Checkbox
- Supports the
renderprop for element composition - Styling via CSS Modules with
--ac-*custom properties
Example
<Checkbox checked />
See
Type Aliases
// was this page useful?