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);
you need to call $.uniform.update() if you update element using javascript as mentioned in the documentation.
$.uniform.update()