I have a form with checkboxes:
<input class="checkbox" type="checkbox" name="exc[57]" value="57" checked>
<input class="checkbox" type="checkbox" name="exc[51]" value="51" checked>
When I uncheck a checkbox is getting posted while it should not according to http://www.w3schools.com/jsref/prop_checkbox_value.asp