Tuesday, 17 September 2013

How to uncheck a checkbox

How to uncheck a checkbox

Here is the HTML Code:
<div class="text">
<input value="true" type="checkbox" checked=""
name="copyNewAddrToBilling"><label>
I want to change the value to false. Or just uncheck the checkbox

No comments:

Post a Comment