问题
Is it possible to enlarge the tiny check box of the Checkbutton object? The size is out of proportion when increasing the text size. I searched through the following link (Checkbutton) and can't find anything about the actual size of the box. Thank you for your help.
回答1:
It is not possible to change the size of the checkbutton, but you can supply your own images. So, one solution is to create your own images at various sizes.
来源:https://stackoverflow.com/questions/46265567/how-to-increase-checkbutton-size-tkinter