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