I am using jQuery Uniform to style inputs/selects etcs. However, the checkbox has stopped working. I am appending data sent from an ajax call. Once it\'s loaded
appending
Just do this:
$('#checkbox').prop('checked',true).uniform('refresh');