#ifndef UICHECKBOX_H #define UICHECKBOX_H #include class UICheckBox : public UIElement { public: UICheckBox(UI::EElementType type = UI::Element); }; #endif // UICHECKBOX_H