Is there a way to make a wx.CheckBox read-only? I know I can use Enable(False), but that dims the checkbox. wx.TextCtrl has the wx.TE_READONLY style flag. Thanks, Mark