jannikbuschke / formik-antd

Simple declarative bindings for Ant Design and Formik.
https://codesandbox.io/s/github/jannikbuschke/formik-antd-example
MIT License
587 stars 81 forks source link

Cannot add children to Checkbox.Group #160

Open devony opened 3 years ago

devony commented 3 years ago

I'd like to add children to customize my checkbox layout as in the "Use with Grid" section on https://ant.design/components/checkbox/

Using Checkbox by itself with the same name doesn't work as all checkboxes resolve checked to truthy if the array exists.

jannikbuschke commented 3 years ago

hi @devony , Im not sure exactly what you are doing. Can you share some code? Im also not sure if Checkbox.Group is suppored (I dont think so)