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 |
|
|||
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.0.1 on Thu Jul 9 18:29:53 2020 | http://epydoc.sourceforge.net |