In a TsGroupBox with the Checked property set to false, and AutoChildrenStates set to csAsChecked, should not the controls it contains be disabled when the form is first displayed?
Hello
The TsGroupBox component doesn’t change state of child controls while loading.
Their state is changed only after clicking on the checkbox by the user.
I’m not sure which behavior is better, so, it’s not changed in loading…