bboyle / html5-constraint-validation-API

A jQuery polyfill for the HTML5 constraint validation API
MIT License
3 stars 1 forks source link

Fix @required on checkboxes in IE8 #12

Closed bboyle closed 10 years ago

bboyle commented 11 years ago

Create a group of checkboxes that are all required. According to HTML5, every checkbox (not just one in the group) must be checked to satisfy the @required constraint.

This does not appear to be working in IE8.

bboyle commented 10 years ago

Confirmed with tests