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