I tried with:
<ww:wwWebRadioButtonList ID="Option1" runat="server" Change="" style="font-weight:normal ">
but without success.
<ww:wwWebRadioButtonList ID="Option1" runat="server" Change="" style="font-weight:normal ">
but without success.
You should be able to use style="font-weight: bold" which is applied to both the checkbox and the label.
+++ Rick ---