I am using the jQuery validation engine but need to have a checkbox that has a minimum of 4 and max of 8.
I know how do do them separately like this, but not combined. Little help?
<class="validate[minCheckbox[4]]
<class="validate[maxCheckbox[8]]
Your class name inside your
inputshould be:^ note the no space or comma after the mincheckbox[]