How to submit a form onClick [checkbox] ?

How to submit a form onClick [checkbox] ?

If I have this:
<input type="checkbox" name="blah">

what do I need to write into the onClick attribute to make it submit? I want the user to be able to submit the form when this checkbox is clicked.