[Html-widget] Radio button group

A. Pagaltzis pagaltzis at gmx.de
Mon Sep 25 16:26:54 CEST 2006


* Carl Franks <fireartist at gmail.com> [2006-09-25 11:50]:
> I suggest we surround the RadioGroup with a DIV

No, with a FIELDSET, à la

    <fieldset>
        <legend>Foo bar?</legend>
        <label for="baz"><input id="baz" type="checkbox" /> Baz</label>
        <label for="quux"><input id="quux" type="checkbox" /> Quux</label>
    </fieldset>

See also http://alistapart.com/articles/prettyaccessibleforms

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>



More information about the Html-widget mailing list