# RadioGroup
Class Inherits FormElement
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | name as String | (None) | Creates a new instance of the class. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Buttons() | RadioGroupButton | (None) | Buttons contained within the group. |
| Value | RadioGroupButton | (None) | Default value of the group. |