Closed Stafox closed 10 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>
Here is a bug with multiple checkboxes.
You can reproduce it this way, add this code to your page and init a plugin