Does anyone have a fix for checkboxes. I have the following additional validator which only shows me a highlight around the checkbox list without the alertbox.
cblRequire: function () { return countCheckedCheckboxes() > 0; }
cblRequire: function () { return countCheckedCheckboxes() > 0; }