drgullin / icheck

Highly customizable checkboxes and radio buttons (jQuery & Zepto)
http://fronteed.com/iCheck
7.39k stars 1.63k forks source link

Resetting a form doesnt reset checkboxes #333

Open amucino opened 8 years ago

amucino commented 8 years ago

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>
wxlzmt commented 6 years ago

I also want to know