-
-
Notifications
You must be signed in to change notification settings - Fork 0
CTk Check Box
Lasha Kandelaki edited this page May 7, 2026
·
2 revisions
On/off toggle with a label.
Wraps customtkinter.CTkCheckBox.
| Group | Properties |
|---|---|
| Geometry |
x, y, width, height
|
| Checkbox |
checkbox_width, checkbox_height, corner_radius, border_width
|
| State |
variable, onvalue, offvalue, state
|
| Colors |
fg_color, checkmark_color, hover_color, border_color
|
| Text |
text, font, text_color
|
Exact set comes from the descriptor in
app/widgets/ctk_check_box.py.
See also — Widgets · CTkSwitch · CTkRadioButton · CustomTkinter docs