我在javascript中更改了单选按钮的标签并调用了刷新函数。但它永远不会正确刷新。http://jsfiddle.net/V3qb9/69/
$("#radio-choice-d").siblings("label").text("Good");
//$("input[type='radio']:first").attr("checked",true).checkboxradio("refresh");
$('input:[name=radio-choice-b]:radio:checked').checkboxradio("refresh");