<form name="form3" method="post" action="">
<table><tbody>
<tr>
<td width="100%">
<label>
<input type="radio" name="$evol_fieldname1" value="1">
<strong>Descrição da opção 1</strong>
</label>
</td>
</tr>
<tr>
<td width="100%">
<label>
<input type="radio" name="$evol_fieldname1" value="2">
<strong>Descrição da opção 2</strong>
</label>
</td>
</tr>
</tbody></table>
</form>