IsChecked Property (IToggleButton)
Indicates whether this toggle button is checked.

For Three State toggle button: IsChecked returns true for either a Checked or Indeterminate State.

C# Syntax

bool IsChecked {get;}