react-validation icon indicating copy to clipboard operation
react-validation copied to clipboard

Multiple checkboxes issue

Open timbakkum opened this issue 8 years ago • 0 comments

Hi thanks alot for the great plugin.

What would be the correct markup for handling multiple checkbox input types (with the same name, with markup like: http://webaim.org/techniques/forms/controls#checkbox)?

I only seem to be able the value of the last input in the list, using the reference to the form upon submitting, where I would expect an array of all checkboxes with the same name. Is there any work-around?

timbakkum avatar Jul 21 '17 15:07 timbakkum