I have 4 CheckBox in my form HTML
, I'm working on the validations only with Jquery.Validate
, is there a way I can set at least 1 of these checBox's on?
Any property of validate
? Or just creating a role in the race?
I found something about here Apparently the solution seems practical and viable, so in my case I do not have a name for the checkedbox group
My code looks like this:
<td colspan="2">Você conversou com quem?
<input type="checkbox" name="Diretor" id="Diretor" />Diretor
<input type="checkbox" name="Vice" id="Vice" />Vice-Diretor
<input type="checkbox" name="Coordenador" id="Coordenador" />Coordenador
<input type="checkbox" name="Nenhum" id="Nenhum" />Não conversei com ninguem
</td>