This error happens because there is no attribute 'checkButtonGroup' in your MainWindow class.
You need to define a checkButtonGroup method to your MainWindow class, something like:
class MainWindow(QMainWindow):
def __init__(self, parent=None):
def checkButtonGroup(self):