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