icheck
icheck copied to clipboard
Resetting a form doesnt reset checkboxes
I have applied the icheck to a checkbox. but when I reset my form the checkbox remains checked.
<button type="reset" value="Reset" class="btn btn-white">Reset form</button>
this is my checkbox code. How can I reset it when I click on the reset button ?
<div class="i-checks">
<label>
<input name="chkparties" type="checkbox" id="chkparties" value="1" />
<i></i></label>
</div>
I also want to know