[ic] radio buttons on checkout page

Greg Goble interchange-users@interchange.redhat.com
Thu Mar 28 07:54:00 2002


okay, sorry for the bother...common answer on the listserv is dig
deeper...and I did, so here's the answer to my question:

" ...

You can provide a ``memory'' for drop-down menus, radio buttons, and
checkboxes with the [checked] and [selected] tags.

    <INPUT TYPE=radio NAME=foo
            VALUE=on [checked name=foo value=on default=1]>
    <INPUT TYPE=radio NAME=foo
            VALUE=off [checked name=foo value=off]>
..."

found at:
http://interchange.redhat.com/cgi-bin/ic/docfly.html?mv_arg=ictags04%2e12

Cheers! Greg