GtkCheckButton
A checkbox or radio button widget.
Preview
CSS Node Tree
checkbutton[.text-button][.grouped]
├── check (or radio if grouped)
└── [label]Props
Behavior
- Without a
groupprop, renders as a checkbox. - With a
groupprop, buttons sharing the same group act as radio buttons — only one can be active at a time. - Supports an
inconsistentstate for indeterminate/dash display.