6.0.0 • Published 9 months ago

@hashicorp/react-checkbox-input v6.0.0

Weekly downloads
1,298
License
MPL-2.0
Repository
github
Last release
9 months ago

CheckboxInput

A controlled checkbox input intended for use with Formik.

Props

For props documentation, see the props.js file, or visit the playground.

Dependents

  • newsletter-signup-form

Notes

This component has been created as a controlled input intended for use with Formik. Formik's <Field> component drives much of this component's prop structure.

This component should also be usable without Formik. You will need to pass a field prop, with properties { name, value, checked, onChange } as described in the props spec, and you will also need to pass the form object prop, at minimum as { errors: {}, touched: {} }. You can display an error message by passing it to form.errors[field.name], and ensuring that form.touched[field.name] is truthy.

If you're migrating to this component from boolean-input, you will likely need to refactor code significantly, as you'll need to implement the related form with Formik. If you haven't used Formik in a while (or ever!), the Formik overview, particularly the Basic example form, is probably the easiest place to start.

6.0.0

9 months ago

5.0.3

2 years ago

5.0.2

2 years ago

5.0.1

3 years ago

5.0.0

3 years ago

4.0.3

3 years ago

4.0.2

3 years ago

4.0.2-alpha.15

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

3.0.7-next.43

3 years ago

3.0.7-pr170.37

3 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

5 years ago

1.0.16-fonts.0

5 years ago

1.0.15-fonts.0

5 years ago

1.0.14-fonts.0

5 years ago

1.0.13-fonts.0

5 years ago

1.0.12-fonts.0

5 years ago

1.0.11-fonts.0

5 years ago

1.0.10-fonts.0

5 years ago

1.0.9-fonts.0

5 years ago

1.0.8-fonts.0

5 years ago

1.0.7-fonts.0

5 years ago

1.0.6-fonts.0

5 years ago

1.0.5-fonts.0

5 years ago

1.0.4-fonts.0

5 years ago

1.0.3-fonts.0

5 years ago

1.0.2-fonts.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago