<form> Which test to run?<p>\n <input type=radio name=Test value=1 />Test #1<br />\n <input type=radio name=Test value=2 />Test #2<br />\n <input type=radio name=Test value=3 />Test #3<br /></p>\n</form>
Then you can show the WHOLE thing. Only one can be selected.
id defines a reference name for the tag that is unique in the document.
name Specifies the name of a fragment identifier.
edit: GAH! got carried away renumbering! and frigging radion button not checkbox... DOH!