GtkCheckButton Constructor

GtkCheckButton ([string label ]);

$checkbutton = &new GtkCheckButton("GtkCheckButton label");
instantiates a normal-sized GtkButton with a small draw_indicator toggle to the left of the button's label area. The indicator displays the GtkShadowType GTK_SHADOW_IN when the check button's GtkStateType is set as GTK_STATE_ACTIVE.

See also: GtkButton, GtkCheckMenuItem, GtkToggleButton.