# ToggleAllOptions()

> Toggles all the available options' state.

## Definition

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

```csharp
public void ToggleAllOptions()
```

### Remarks

Calling this method will make all the active toggle buttons to be inactive and all the inactive toggle buttons to be active.
