Skip to content

Checkbox

Checkbox<FieldValues>(props): Element

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

Type Parameter
FieldValues extends FieldValues
ParameterTypeDescription
propsCheckboxProps<FieldValues>

Element

Form

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