Checkbox/radio plugin doesn't work with button[type=reset]
Created by: Kolyunya
Here is the example JS bin.
There are two issues with this example. To reproduce them you should first check some checkboxes.
- When you hit the
reset
button thechecked
DOM property of the checkbox will sometimes not be set. I believe this issue is (related to) issue #14137 (closed) - When you hit the
reset
button and thechecked
DOM property is (luckily) set tofalse
the label will not have it'sactive
class removed.