/// <summary> /// Copy constructor /// </summary> /// <param name="other"></param> public CheckBoxBase(CheckBoxBase other) : base(other) { Style = other.Style; CheckBoxState = other.CheckBoxState; }