| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
list --+
|
CheckboxGroup
Represents a group of checkboxes (``<input type=checkbox>``) that have the same name.
In addition to using this like a list, the ``.value`` attribute returns a set-like object that you can add to or remove from to check and uncheck checkboxes. You can also use ``.value_options`` to get the possible values.
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
value Return a set-like object that can be modified to check or uncheck individual checkboxes according to their value. |
|||
|
Inherited from |
|||
|
|||
|
|
|||
valueReturn a set-like object that can be modified to check or uncheck individual checkboxes according to their value.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sat Jan 26 17:44:58 2008 | http://epydoc.sourceforge.net |