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
resetbutton thecheckedDOM property of the checkbox will sometimes not be set. I believe this issue is (related to) issue #14137 (closed) - When you hit the
resetbutton and thecheckedDOM property is (luckily) set tofalsethe label will not have it'sactiveclass removed.