[]
The check box control.
public interface ICheckBox : IControl<ICheckBox>, IContentControl, ICellLinkControl<bool?>, ICellLinkControl, IControl
Gets or sets whether the ICheckBox is checked.
bool? IsChecked { get; set; }
False - Unchecked, true - Checked, null (Nothing) - Mixed.