Property IsChecked
IsChecked
Gets or set a value indicating whether the CheckBox is in the checked state.
public virtual bool IsChecked { get; set; }
Property Value
Remarks
When the value is true
, the CheckBox
portion of the control displays a check mark.