+ m_bitmap = wxBITMAP(wiztest2);
+
+ m_checkbox = new wxCheckBox(this, wxID_ANY, _T("&Check me"));
+
+ wxBoxSizer *mainSizer = new wxBoxSizer(wxVERTICAL);
+ mainSizer->Add(
+ new wxStaticText(this, wxID_ANY,
+ _T("You need to check the checkbox\n")
+ _T("below before going to the next page\n")),
+ 0,
+ wxALL,
+ 5
+ );