As discussed here a long time ago, I typically hide the labels of controls inside radiobuttons. We want to show the boolean text, because it is clickable. The labels are just in the way and clutter things up, so they are typically hidden.
A radiobutton control acts like an enum, with the items names corresponding to the control labels inside the radiobutton control. This makes it difficult to add more radio items, because shift-dragging an existing control creates a duplicate with the old label name incremented.
I typically immediately change the boolean text to the new selection, but to change the label, I need to go to the properties page and update it from there.
In these scenarios (and maybe others), it would be nice to have an option to synchronize the label with the (OFF) boolean text: changing one will update the other and vice versa.
It could look as follows:
For the radiobutton controls, I would also recommend that this option be enabled and that the inner control labels are hidden by default.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.