IsChecked Property (CheckBoxDescription)
Indicates whether the check box is checked. Null if indeterminate.

C# Syntax

public Nullable<bool> IsChecked {get; set;}