Gtk.CheckMenuItem::toggled

function callback(check_menu_item, ):void;

This signal is emitted when the state of the check box is changed.

A signal handler can use Gtk.CheckMenuItem.prototype.get_active to discover the new state.

check_menu_item

instance of Gtk.CheckMenuItem that is emitting the signal