问题 I create a check button / box, with the following call x=ttk.Checkbutton(tab1,state='disabled',command = lambda j=i,x=k: fCheckButton(j,x)) x.state(['selected']) The box appears fine and is selected, but it appears on load up, with a black box in it, which seems to have nothing to do with the state of it. I have looked for reasons why, but can't actually find anyone with the same problem. thanks 回答1: I've had a similar issue on Windows 7. After loading the app, one of my checkbuttons