This tutorial well explain and demostrate (web page only and WebTV only viewing & usage) the correct HTML codes for the use of radio buttons, checked and unchecked, and check box buttons also checked and unchecked since the Summer 2000 upgrade has played havoc with many codes. The buttons did not work on my lap top using the IE browser on 4-10-2001. Hopefully this will clear up at least one item.
Here are the codes for the above that will also work in email pre or post upgrade but not on web pages post upgrade but for WebTV only. The type of button, radio or checkbox, are identified in the below codes.
<<>form method=get><<>input type=radio checked action="http://www.wtv-zone.com/bluefox/frame.html"><<>b>Click Here<<>/b><<>/form>
<<>form method=get><<>input type=radio
action="http://www.wtv-zone.com/bluefox/frame.html"><<>b>Click Here<<>/b><<>/form>
<<>form method=get><<>input type=checkbox checked action="http://www.wtv-zone.com/bluefox/frame.html"><<>b>Click Here<<>/b><<>/form>
<<>form method=get><<>input type=checkbox
action="http://www.wtv-zone.com/bluefox/frame.html"><<>b>Click Here<<>/b><<>/form>
<<>form method=get><<>input type=checkbox onClick="parent location='http://www.wtv-zone.com/bluefox/frame.html'"><<>b>Click Here<<>/b><<>/form>
The below will explain and demo the proper HTML codes for all browsers to use:
HTML Forms For Radio Buttons
How To Use Buttons, Check Boxes and Radio Buttons
Explains Abled & Disabled Buttons With Demo