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");