The checkbox has the following methods:
enable
$("input[type='checkbox']").checkboxradio('enable');
disable
$("input[type='checkbox']").checkboxradio('disable');
refresh
$("input[type='checkbox']:first").attr("checked",true).checkboxradio("refresh");