Variable: Checkbox
@arolariu/components / Checkbox
Variable: Checkbox
constCheckbox:ForwardRefExoticComponent<Omit<CheckboxProps,"ref"> &RefAttributes<HTMLElement>>
Defined in: components/ui/checkbox.tsx:42
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
// was this page useful?