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

NAME

Tk::FormUI::Field::Checkbox - FormUI Entry field that should only be used by Tk::FormUI and not directly by the user;

VERSION

Version 0.2

SYNOPSIS

  use Tk::FormUI;

ATTRIBUTES

No additional attributes.

METHODS

value()

Description

Return a reference to an array that contains a list of all selected values

Parameters

NONE

Return

ARRAY Reference

build_widget($parent)

Description

Build the widget associated with this field

Parameters

$parent - Parent widget for this widget

Return

Widget object

AUTHOR

Paul Durden <alabamapaul AT gmail.com>

COPYRIGHT & LICENSE

Copyright (C) 2015 by Paul Durden.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.