CheckButton.setLabel
void setLabel(string label = null)Sets the text of self.
If gtk.check_button.CheckButton.useUnderline is true, an underscore in label is interpreted as mnemonic indicator, see gtk.check_button.CheckButton.setUseUnderline for details on this behavior.
Parameters
label | The text shown next to the indicator, or null to show no text |