def checkAllBools(self):
p.blockSignals(True)
for plt in self.pSelectBoolItems.groupItems1:
plt.setValue(True)
for plt in self.pSelectBoolItems.groupItems2:
plt.setValue(True)
for plt in self.pSelectBoolItems.groupItems3:
plt.setValue(True)
p.blockSignals(False)
changes()