Set a session scope variable in the XPage events and then set the radio button / check box components default value to be computed dynamically with code like the following
var urlvalscopevar = "thisString";
if(urlvalscopevar == "thisString"){
return "C";
}
the checkbox group default value is only available in the all properties view