how to check checkbox is checked or not by element code example
Example: checkbox is not getting checked
<input type="checkbox" name="free" value="mon09" onClick="this.checked=!this.checked;">
<input type="checkbox" name="free" value="mon09" onClick="this.checked=!this.checked;">