# RadioGroupButton
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | name as String <br> caption as String = "" | (None) | Creates a new instance of the class. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Caption | String | (None) | Text drawn to the left of the radio button selector. |
| Height | Double | 20 | Height of the radio button selector. |
| Left | Double | -1 | Relative Left position of the radio button selector. |
| Name | String | (None) | Button name (required). |
| Top | Double | -1 | Relative Top position of the radio button. |
| Width | Double | 20 | Width of the radio button selector. |