I have a problem with unchecking a checkbox. Have a look at my jsFiddle, where I am attempting:
checkbox
$(\"#check2\").attr(\"checked\", true); <
$(\"#check2\").attr(\"checked\", true);
The other way to do is is,
use $('#check2').click();
$('#check2').click();
this causes uniform to check the checkbox and update it's masks