Nilai default kotak python tkinter

example = Checkbutton(root)
example.grid(row=0, column=0)
example.select()
RyanGar46