<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
<p>And of course you'll be wanting standards compliant xhtml ...</p>
<p></p>
<p><input type="checkbox" id="option2" name="option2" value="cheese" checked="checked"<span style="font-size:20pt;font-weight:600"> </span><span style="font-weight:600">/</span>></p>
<p></p>
<p>See eg http://webdesign.about.com/od/htmltags/p/bltags_inputchb.htm for checkboxes and http://www.w3.org/TR/xhtml1/#h-4.10 for name vs. id information. I can't recall if you need a name (with the id) for input elements but you definitely do for your form.</p>
<p></p>
<p>On Friday 23 June 2006 13:45, Toby Maxwell-Lyte wrote:</p>
<p>> If you are wanting to unset them then perhaps checkboxes might be better?</p>
<p>></p>
<p>> <input type="checkbox" name="option2" value="cheese" checked="checked"></p>
<p></p>
<p>-- Linux ixthus 2.6.16.13pbhj #1 PREEMPT Fri May 5 21:37:32 BST 2006 i686 athlon i386 GNU/Linux</p>
</body></html>