fUpdateTextCheckBox
fUpdateTextCheckBox = new LabeledCheckBox("Update text",
group->AddChild(fUpdateTextCheckBox);
if (!fUpdateTextCheckBox
|| fUpdateTextCheckBox->IsSelected() == fSlider->fExportUpdateText)
fSlider->fExportUpdateText = fUpdateTextCheckBox->IsSelected();
LabeledCheckBox* fUpdateTextCheckBox;