IonDen / ion.checkRadio

jQuery plugin for styling checkboxes and radio-buttons
69 stars 20 forks source link

Issue with multiple checkboxes #2

Closed Stafox closed 10 years ago

Stafox commented 11 years ago

Here is a bug with multiple checkboxes.

You can reproduce it this way, add this code to your page and init a plugin

<label><input type="checkbox" name="multiple[]" id="first" value="1"> First</label>
<label><input type="checkbox" name="multiple[]" id="second" value="2"> Second</label>
<label><input type="checkbox" name="multiple[]" id="third" value="3"> Third</label>