# choices

> The list of available choices in the group.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.6/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public IEnumerable<string> choices { get; set; }
```

### Remarks

Writing to this property removes existing [RadioButton](/engine/6000.6/script-reference/unityengine/uielements/radiobutton.md) elements, except those added explicitly to hierarchy, and re-creates them to display the new list.
