leggi però il regolamento

codice:
function controlla() {
 if (document.nomeform.checkbox1.checked==true && document.nomeform.checkbox2.checked==true && document.nomeform.checkbox3.checked==true) {
  document.nomeform.submit();
 }
}