react-validation
react-validation copied to clipboard
Multiple checkboxes issue
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?