I have written a simple tix checkbox window :
from tkinter import tix as Tix class View(object): def __init__(self, root): self.root = root