CheckButton
Object Hierarchy:
Description:
[ CCode ( type_id = "gtk_check_button_get_type ()" ) ]
public class CheckButton : ToggleButton, Implementor, Actionable, Activatable, Buildable
public class CheckButton : ToggleButton, Implementor, Actionable, Activatable, Buildable
A CheckButton places a discrete ToggleButton next to a widget, (usually a Label).
See the section on ToggleButton widgets for more information about toggle/check buttons.
The important signal ( toggled ) is also inherited from ToggleButton.
CSS nodes
checkbutton
├── check
╰── <child>Button with indicator (see
set_mode) has a main CSS node with name checkbutton and a subnode with
name check.
button.check
├── check
╰── <child>Button without indicator changes the
name of its main node to button and adds a .check style class to it. The subnode is invisible in this case.

All known sub-classes:
Namespace: Gtk
Package: gtk+-3.0
Content:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Gtk.ToggleButton
All known members inherited from class Gtk.Button
All known members inherited from class Gtk.Bin
All known members inherited from class Gtk.Container
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Actionable
All known members inherited from interface Gtk.Activatable
All known members inherited from interface Gtk.Buildable