Skip to content

CTk Radio Button

Lasha Kandelaki edited this page May 7, 2026 · 2 revisions

CTkRadioButton

Mutually-exclusive choice button. Group members share a variable and have a unique value.

Wraps customtkinter.CTkRadioButton.

Properties

Group Properties
Geometry x, y, width, height
Radio radiobutton_width, radiobutton_height, corner_radius, border_width
Group variable, value
State state
Colors fg_color, hover_color, border_color, text_color
Text text, font

Exact set comes from the descriptor in app/widgets/ctk_radio_button.py.


See alsoWidgets · CTkCheckBox · CTkSegmentedButton · CustomTkinter docs

Clone this wiki locally