Checkbox
Checkbox<
FieldValues
>(props
):Element
Checkboxes give users a binary choice from a set of options.
Type Parameters
Type Parameter |
---|
FieldValues extends FieldValues |
Parameters
Parameter | Type | Description |
---|---|---|
props | CheckboxProps <FieldValues > |
Returns
Element
See
Example
import { Checkbox } from "@netlify/sdk/react/components";
<Checkbox />