Checkbox
Interfaces¶
CheckboxProps¶
Defined in: src/shared/ui/Checkbox.tsx:4
Properties¶
| Property | Type | Defined in |
|---|---|---|
checked |
boolean |
src/shared/ui/Checkbox.tsx:5 |
className? |
string |
src/shared/ui/Checkbox.tsx:8 |
label? |
string |
src/shared/ui/Checkbox.tsx:7 |
onChange |
(value) => void |
src/shared/ui/Checkbox.tsx:6 |
Functions¶
Checkbox()¶
Defined in: src/shared/ui/Checkbox.tsx:15
A themed checkbox (no native white box): a hairline square that fills with the Shu accent and shows a check when selected.
Parameters¶
| Parameter | Type |
|---|---|
__namedParameters |
CheckboxProps |
Returns¶
Element