jquery_remember_state icon indicating copy to clipboard operation
jquery_remember_state copied to clipboard

allow for multiple checkboxes with the same name but different values

Open levijackson opened this issue 9 years ago • 1 comments

Using checkboxes like: <input type="group[]" value="1" /> <input type="group[] value="2" /> would select the first option every time. Checking on the value as well ensures it selects the correct options.

levijackson avatar Apr 03 '15 14:04 levijackson

This code works for multiple checkboxes with the same name. Please merge with master!

steve-didomenico avatar Feb 21 '17 15:02 steve-didomenico