| 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 Fri Nov 24 17:06:49 2017 | http://epydoc.sourceforge.net |