Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q661

Feedback on: irt.org FAQ Knowledge Base Q661

Sent by t on Monday April 09, 2007 at 20:27:17 - feedback #4421

Worth:

Length:

Technical:

Comments:
<label for="radio_id">Click here to select Radio Button</label>
<input id="radio_id" type="radio" name="radio" value="value" />




Sent by Paulie on Friday October 10, 2008 at 16:22:57 - feedback #5316

Worth:

Length:

Technical:
Just right

Comments:
This is nicer code:

<input type='radio' id='sr1' name='sex' value='M' />
<label for='sr1'>Male</label>
<input type='radio' id='sr2' name='sex' value='F' />
<label for='sr2'>Female</label>




©2018 Martin Webb