Function: Checkbox()
function Checkbox(__namedParameters): Element;
Defined in: components/Checkbox.tsx:15
checkbox — a single boolean.
The label is rendered next to the box rather than above it, so
FieldWrapper's own label is suppressed and this component owns the
<label for> association.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | ElementComponentProps |
Returns
Element