一种方法是用lambda表达式。例如:
self.checkBox1.clicked.connect(lambda: self.CheckBox1Clicked('aaa'))def CheckBox1Clicked(x):print(x)