CustomTkinter
CustomTkinter copied to clipboard
Typo in example of CTkRadioButton
trafficstars
The example code in the wiki for CTkRadioButton includes the definition of two radio buttons. Both buttons are defined with 'value=1'. I think the second button should be defined with another value, for example 'value=2'.
Fixed.