Element indicator ttk supports background
, borderwidth
, indicatorcolor
, indicatorrelief
, indicatordiameter
and indicatormargin
. All of them are set as theme configuration values, using style.configure()
for widget style. You can change the size of the indicator element for the selected Tk topics by changing indicatordiameter
. eg:
style = ttk.Style()
style.layout('Custom.Checkbutton', style.layout('TCheckbutton'))
style.map('Custom.Checkbutton', **style.map('TCheckbutton'))
style.configure('Custom.Checkbutton', **style.configure('TCheckbutton'))
style.configure('Custom.Checkbutton', indicatordiameter='24')
checkbutton (TCheckbutton) , .

, , , Tk, . , Windows API , . " " Windows, , , , .