Home | Trees | Indices | Help |
|
---|
|
object --+ | list --+ | RadioGroup
This object represents several ``<input type=radio>`` elements that have the same name.
You can use this like a list, but also use the property ``.value`` to check/uncheck inputs. Also you can use ``.value_options`` to get the possible values.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
value Get/set the value, which checks the radio with that value (and unchecks any other value). |
|||
value_options Returns a list of all the possible values. |
|||
Inherited from |
|
|
|
valueGet/set the value, which checks the radio with that value (and unchecks any other value).
|
value_optionsReturns a list of all the possible values.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Fri Jan 11 16:02:42 2008 | http://epydoc.sourceforge.net |