The interface used to represent the controls that can be checked.
public interface ICheckableControl :
Mobilize.QualityMate.ControlInterfaces.IControl,
Mobilize.QualityMate.ControlInterfaces.Behavior.IValidatable
Gets or sets a value indicating whether this element is checked.
bool Checked { get; set; }