0
Check Button
Hi I wanted to change the color background of checkbutton in tkinter I coded: Checkbutton(root,text,bg=“black”,font=()) But it gives me error: unknown option bg How can I change the background then? Also I can’t change the font…
1 ответ
+ 1
You can change it by following:
checkbutton.configure(bg="black")