Skip to main content

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

ParameterType
__namedParametersElementComponentProps

Returns

Element