Hi,
We have checkbox group as
<input type="checkbox" name="labelcheckbox" value=" Marketing" class="custom"> <input type="checkbox" name="labelcheckbox" value=" Customer" class="custom"> <input type="checkbox" name="labelcheckbox" value=" Emp" class="custom"> added validation code as context.save.evolutionValidation('addField', $("input[name='labelcheckbox']") , { required: true, messages: { required: context.subjectRequiredText } }, '#' + context.wrapperId + ' .right-lable-error .field-item-validation',null); }
in 11.x code is working excellent where as in 12.x its only validating first check box and ignoring other check boxes.