Checkbox
Blueprint Checkbox component controlled and binded to Formik Field component. Holds the same original component properties with extra following properties.
interface CheckboxProps extends BPCheckboxProps, Omit<FieldConfig, 'children' | 'component' | 'as' | 'type' | 'value'>
Reference
Props
name
name: string
Required
A field's name in Formik state, to access nested objects or arrays, name can also accept the lodash-like dot like social.facebook
.
Example
The following example demonstrates how to use binded Radio Group component with Formik.