IsChecked Property (ICheckBox)
Indicates whether this check box is checked.

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

C# Syntax

bool IsChecked {get;}