Programming Tips - MFC: There is no CCheckBox, so what class do I use for a checkbox in MFC?

Date: 2014jun20 Language: C++ Framework: MFC Q. MFC: There is no CCheckBox, so what class do I use for a checkbox in MFC? A.
CButton m_MyCheckBox
(There is a CCheckListBox with is a special listbox with checks)