Well, I believe the basic (X)HTML syntax would be:
<input type="radio" name="group_name" value="the_value" checked="true" disabled="true" />
EDIT: Woops, had the wrong attribute. Also, if you don't want the radio button to be selected, you'd obviously remove the checked="true" bit.