-
-
Notifications
You must be signed in to change notification settings - Fork 0
CTk Radio Button
Lasha Kandelaki edited this page May 7, 2026
·
2 revisions
Mutually-exclusive choice button. Group members share a
variableand have a uniquevalue.
Wraps customtkinter.CTkRadioButton.
Groups appear in the panel in Content → Layout → Visual → Behavior order.
| Group | Properties |
|---|---|
| Text |
text, font, text_color
|
| Geometry |
x, y, width, height
|
| Dot |
radiobutton_width, radiobutton_height, corner_radius, border_width, border_color
|
| Main Colors |
fg_color, hover_color
|
| Button Interaction |
state, hover effect, variable, value
|
Exact set comes from the descriptor in
app/widgets/ctk_radio_button.py.
See also — Widgets · CTkCheckBox · CTkSegmentedButton · CustomTkinter docs