# 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 | |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | mValue | Boolean | |
| Group | String | Nil | Radio group name of which this control is part. |
| Label | String | Nil | Text or HTML shown as a label for the value element. |
| Value | Boolean | Nil | Current boolean value of the item. |