[html-formfu] Checkboxgroup
Carl Franks
fireartist at gmail.com
Thu Nov 15 18:42:01 GMT 2007
On 15/11/2007, Jonas Alves <jonas.alves at gmail.com> wrote:
> Hi,
> Is there an easy way to create a Checkbox group? Something like the
> Radiogroup element but with checkboxes instead of radio buttons.
No, the reason for the Radiogroup is they all have the same name, so
only 1 can be selected.
That doesn't make sense for checkboxes.
You could put them all in a Multi block, if you're just needing a
similar layout to the Radiogroup.
Carl
More information about the HTML-FormFu
mailing list