bootstrap-validator
bootstrap-validator copied to clipboard
Update validator.js
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.
Thank you!