icheck icon indicating copy to clipboard operation
icheck copied to clipboard

Resetting a form doesnt reset checkboxes

Open amucino opened this issue 8 years ago • 1 comments

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>

amucino avatar Apr 22 '16 13:04 amucino

I also want to know

wxlzmt avatar Aug 14 '17 08:08 wxlzmt