BooleanSchemaInputcomponent

BooleanSchemaInput({ schema, value, ...props }: BooleanSchemaInputProps): ReactElement
ParamType
propsBooleanSchemaInputProps
Props for BooleanSchemaInput, the BooleanSchema input variant. required
Return
ReactElement
A CheckboxInput element bound to the schema.

Examples

<BooleanSchemaInput name="agree" schema={BOOLEAN} />