The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CGI::FormBuilder::Field::checkbox - FormBuilder class for checkbox fields

SYNOPSIS

    use CGI::FormBuilder::Field;

    # delegated straight from FormBuilder
    my $f = CGI::FormBuilder::Field->new($form,
                                         name => 'whatever',
                                         type => 'checkbox');

DESCRIPTION

This module is used to create FormBuilder elements of a specific type. Currently, each type module inherits all of its methods from the main CGI::FormBuilder::Field module except for tag() and script(), which affect the XHMTL representation of the field.

Please refer to CGI::FormBuilder::Field and CGI::FormBuilder for documentation.

SEE ALSO

CGI::FormBuilder, CGI::FormBuilder::Field

REVISION

$Id: checkbox.pm,v 1.14 2006/02/24 01:42:29 nwiger Exp $

AUTHOR

Copyright (c) 2005-2006 Nate Wiger <nate@wiger.org>. All Rights Reserved.

This module is free software; you may copy this under the terms of the GNU General Public License, or the Artistic License, copies of which should have accompanied your Perl kit.