codice:
<form name="mioform" action="..." method="...">
<input type="checkbox" name="nome" value="pippo" onclick="document.mioform.submit()">
</form>