Dave Lang
Dave Lang
I haven't upgraded to 1.7.1, but from the changelog there doesn't seem to be anything that would break this plugin. You've definitely activated the plugin via the Manage Plugins screen?...
Off the top of my head I wouldn't think so - but I haven't looked over the code recently. I've tested it with using anonymous binding before though, and it...
Try this custom validator & use the attributes `data-checkset="yes"` and `required` on each checkbox you want included in the set. ``` checkset: function($el) { var sameCheckbox = $el.attr('name'); var count...