On 22/01/2008, Moritz Onken <[EMAIL PROTECTED]> wrote: > Hi, > > I'm looking for a contraint which checks if at least one of many > checkboxes is checked. > I couldn't find anything which fits at > http://search.cpan.org/~cfranks/HTML-FormFu-0.02003/
Is this multiple checkboxes with the same name? Have you tried the Required constraint? I would expect that to work for this. For fields with different names, Constraint::MinMaxFields (min => 1) would do. Cheers, Carl _______________________________________________ HTML-FormFu mailing list [email protected] http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
