CheckButton.setLabel

Sets the text of @self.

If [property@Gtk.CheckButton:use-underline] is %TRUE, an underscore in @label is interpreted as mnemonic indicator, see [method@Gtk.CheckButton.set_use_underline] for details on this behavior.

class CheckButton
void
setLabel
(
string label
)

Parameters

label string

The text shown next to the indicator, or %NULL to show no text

Meta