[]
Gets or sets whether the ICheckBox is checked.
bool? IsChecked { get; set; }
Property IsChecked As Boolean?
false - Unchecked, true - Checked, null (Nothing) - Mixed.
Nothing