Radio Button
Creates a org.gnome.gtk.CheckButton as a radio button without a label or custom child content.
Parameters
Shared radio group state for grouping buttons.
Whether the check button is currently active.
Callback invoked when the radio button is selected.
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 as a radio button with a simple text label.
Parameters
Shared radio group state for grouping buttons.
Whether the check button is currently active.
Text label.
Callback invoked when the radio button is selected.
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 as a radio button with a custom child composable as its content.
Parameters
The modifier to apply to the widget.
Shared radio group state for grouping buttons.
Whether the check button is currently active.
Custom composable content.
Whether the button should display an inconsistent (partially active) state.
Whether to use an underscore in the label for mnemonic activation.
Callback invoked when the radio button is selected.