Check Button
Creates a org.gnome.gtk.CheckButton without a label or custom child content.
Parameters
Whether the check button is currently active.
Callback invoked when the check button is toggled.
The modifier to apply to the widget.
Whether the button should display an inconsistent (partially active) state.
Whether to use an underscore in the label for mnemonic activation.
Creates a org.gnome.gtk.CheckButton with a simple text label.
Parameters
Whether the check button is currently active.
Text label.
Callback invoked when the check button is toggled.
The modifier to apply to the widget.
Whether the button should display an inconsistent (partially active) state.
Whether to use an underscore in the label for mnemonic activation.
Creates a org.gnome.gtk.CheckButton with a custom child composable as its content.
Parameters
Whether the check button is currently active.
Callback invoked when the check button is toggled.
The modifier to apply to the widget.
Whether the button should display an inconsistent (partially active) state.
Whether to use an underscore in the label for mnemonic activation.
Custom composable content.