GtkCheckMenuItem Constructor

GtkCheckMenuItem ([string label ]);

$checkmenuitem = &new GtkCheckMenuItem("CheckMenuItem's Label");
is the syntax that will create a new menu item with an indigenous toggle indicator placed to the left of any existing text. The GtkCheckMenuItem may be set to the active state - GtkStateType GTK_STATE_ACTIVE - or to the inactive state, GTK_STATE_NORMAL. When it is in the inactive state, the toggle indicator need not be displayed.