1000hz / bootstrap-validator

A user-friendly HTML5 form validation jQuery plugin for Bootstrap 3
http://1000hz.github.io/bootstrap-validator
MIT License
2.38k stars 1.07k forks source link

Update validator.js #662

Open phpenterprise opened 4 years ago

phpenterprise commented 4 years ago

Fixed validation failure of grouped checkbox inputs.

Problem Description: Only worked if given a "check" in the last checkbox, it didn't consider the list of inputs with the same name.

Implementation: If one or more are checked, validate the form.

image

Thank you!