git clone https://github.com/tapsterbot/checkbox-client-python.git cd checkbox-client-python python3 -m venv env source env/bin/activate python -m pip install -r ...
I created a TreeView that has checkboxes as children. When I check a CheckBox and close the TreeView and open it again, the check goes to another CheckBox.