Skip to content

CTk Check Box

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

CTkCheckBox

On/off toggle with a label.

Wraps customtkinter.CTkCheckBox.

Properties

Groups appear in the panel in Content → Layout → Visual → Behavior order.

Group Properties
Text text, font, text_color
Geometry x, y, width, height
Box checkbox_width, checkbox_height, corner_radius, border_width, border_color
Main Colors fg_color, checkmark_color, hover_color
Button Interaction state, hover effect, variable, onvalue, offvalue

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


See alsoWidgets · CTkSwitch · CTkRadioButton · CustomTkinter docs

Clone this wiki locally