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);
Just do this:
$('#checkbox').prop('checked',true).uniform('refresh');