Hi Ben,
To show a HTML radio button as selected, you can get the Control object using the HTMLUIControl.Document.GetControlByElement() method and set its Checked property.
Please refer to the sample linked to below:
HTMLRadioButtonSelect_3272.zip
Thanks,
Davis