I can\'t check a set of checkboxes programatically with jquery mobile, I have the following code:
They all work just fine. You just need to trigger refresh on all input radio in group.
refresh
input radio
$("input[type='radio']:first").attr("checked", "checked"); $("input[type='radio']").checkboxradio("refresh");
jsFiddle is here.