I changed the label of a radio button in javascript and called the refresh function. But it never gets correctly refreshed. 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");
I figured it out, should be