LabelRadioButton
button = new LabelRadioButton("No label", NULL);
button = new LabelRadioButton("Label string", "");
button = new LabelRadioButton("Label view", NULL, true);
LabelRadioButton* button = dynamic_cast<LabelRadioButton*>(parent);
LabelRadioButton(const char* label, const char* boxLabel,
class LabelRadioButton;
LabelRadioButton(const char* label, const char* sliderLabel)
button = new LabelRadioButton("No label", NULL);
button = new LabelRadioButton("Label", "Label");
button = new LabelRadioButton("Long label",
LabelRadioButton* button = dynamic_cast<LabelRadioButton*>(parent);
class LabelRadioButton;