When changing the state of the checkbox using jquery script, the checkbox doesn't switch visually. Look at this code `<input id="chk" type="checkbox") />` `$('#chk').checkboxpicker();` `$('#chk').prop('checked', false).trigger('change');` You will see the checkbox does not switch/toggle. Any idea how to fix it? Cheers, Bit5