BooleanSchemaInputcomponent
BooleanSchemaInput({ schema, value, ...props }: BooleanSchemaInputProps): ReactElement| Param | Type | |
|---|---|---|
props | BooleanSchemaInputProps | Props for BooleanSchemaInput, the BooleanSchema input variant. required |
| Return | |
|---|---|
ReactElement | A CheckboxInput element bound to the schema. |
Show a CheckboxInput for a BooleanSchema.
Examples
<BooleanSchemaInput name="agree" schema={BOOLEAN} />