# Sandbox.UI.Menu.Toggled

```csharp
System.Action<bool> Toggled { get; set; }
```

Runs with the new state when a checkable row is toggled. Setting it makes the row checkable.

Declared in [Sandbox.UI.Menu](/api/Sandbox.UI.Menu).
Assembly: `Sandbox.Engine`.
