for those of you that wish to have a "radio" style input... and note that i also have mine locked with
checked by default. if you don't want yours checked by default just remove
checked="checked".
Code:
<!-- Start Search Title only in search drop-down -->
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<input type="radio" name="titleonly" value="1" checked="checked" /> $vbphrase[search_titles_only]
</td>
<!-- End Search Title only in search drop-down -->