News

I'm trying to use the CheckboxTreeview from ttkwidgets to put checkboxes in front of each line of a treeview I populate with an SQLite query where each row returned by the cursor should be a row in ...
The problem is that setting disabled=True unchecks the checkbox at the same time - in QT, but not in Tkinter. I want to keep disabled checkbox's value, but make it readonly.