Pemicu kotak Python Pyqt5

checkBox = QCheckBox(self)
checkBox.clicked.connect(self.checkBoxClicked)
68Duck