Re: Idea for improved Checkbox and Radio Buttons (call for discussion)

Dan Connolly writes:
> Tony Sanders wrote:
> > In most GUI frameworks, checkbox and radio button *include* the labeling
> > text so you have a larger target for selection.  However, with HTML
> > you must select the (usually) tiny box to effect the change.
...
> You mean like this?
...
>     <TD><LABEL for="fname">First Name</LABEL>
>     <TD><INPUT type="text" name="firstname" id="fname">

Yes, that will do quite nicely.  ;-)  Thanks.

Received on Thursday, 11 September 1997 15:06:15 UTC