It is radio - Yes No
Here is the source
<fieldset class="fieldset">
<legend>Enable Cometchat Software?</legend>
<table cellpadding="0" cellspacing="3" border="0" width="100%">
<tr>
<td>If you are a Premium Member, Sponsor or Staff, You Can Use the Cometchat Software. It Adds a Bar to the bottom of the page and allows you to instantly chat with other users. Click YES if you want to use it or NO if you do not want to use it.</td>
</tr>
<tr>
<td>
<table cellpadding="2" cellspacing="0" border="0">
<tr><td valign="top"><label for="rb_cpf_field15_1"><input type="radio" name="userfield[field15]" value="1" id="rb_cpf_field15_1" checked="checked" />Yes</label></td><td valign="top"><label for="rb_cpf_field15_2"><input type="radio" name="userfield[field15]" value="2" id="rb_cpf_field15_2" />No</label></td></tr>
</table>
<input type="hidden" name="userfield[field15_set]" value="1" />
</td>
</tr>
</table>
</fieldset>
|