@orangecheck/design / Checkbox
Function: Checkbox()
function Checkbox(__namedParameters: ComponentProps<any>): any;
Defined in: primitives/checkbox.tsx:15
Checkbox — Radix-backed, skin-aware, accessible. Replaces raw
<input type="checkbox"> (the family had ~18 unstyled instances). Sharp
rounded-sm (skin radius), brand fill when checked, the family focus ring,
and aria-invalid error styling for parity with Input/Select/Textarea.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | ComponentProps<any> |
Returns
any