Hello everybody,

I've been searching a solution during weeks and didn't sort this out!
is there please a way to make the validator work for radio and checkbox group???


<input type="checkbox" name="sizes[]" value="S" />
<input type="checkbox" name="sizes[]" value="M" />
<input type="checkbox" name="sizes[]" value="L" />
...

Thank you so much