I have some checkboxes in a button set and I want to use Jquery to check one of the checkboxes.
It works, however, the visual representation of the checkbox does not update. ie, after executing $('#chk').attr('checked',true); the checked value is true, but the checkbox apears unchecked.
Demoed here: http://jsfiddle.net/kralco626/jzVjT/1/
Thanks!