CheckButton.label

string label() @property nothrow

Get label property.

Returns

Text of the label inside the check button, if it contains a label widget.
void label(string propval) @property nothrow

Set label property.

Parameters

propvalText of the label inside the check button, if it contains a label widget.