I have the following code:
code $('input[name=mobileradiogroup_2]').each(function(){
$(this).checkboxradio("refresh");
});
/code
But each time the event is actioned, it does not refresh the buttons and remain selected ?