Skip to content

Checkbox

Checkbox<FieldValues>(props): Element

Checkboxes give users a binary choice from a set of options.

Type Parameters

Type Parameter
FieldValues extends FieldValues

Parameters

ParameterTypeDescription
propsCheckboxProps<FieldValues>

Returns

Element

See

Form

Example

import { Checkbox } from "@netlify/sdk/react/components";
<Checkbox />