QCheckableComboBox Basically a QComboBox for PyQt6 in which you can select multiple items. Inherited by QComboBox. Add items by using addItem or addItems and set their state using setItemCheckState.