# GraffitiControlGroupRadioButton
Class Inherits GraffitiControlGroupItem
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | group as String <br> value as Boolean <br> label as String = "" | (None) | Creates a new instance of the class. |
| ToString | (None) | String | (None) |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | mValue | Boolean | (None) |
| Group | String | (None) | Radio group name of which this control is part. |
| Label | String | (None) | Text or HTML shown as a label for the value element. |
| Value | Boolean | (None) | Current boolean value of the item. |