# SetValueWithoutNotify(ToggleButtonGroupState)

> Sets a new value without triggering any change event.

## Definition

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

```csharp
public override void SetValueWithoutNotify(ToggleButtonGroupState newValue)
```

### Parameters

**** (\[ToggleButtonGroupState]\(/engine/6000.0/script-reference/unityengine/uielements/togglebuttongroupstate)): The new value.
