Is there any way (currently implemented or planned/to be implemented) which will allow code to grab the active toggle(s) from a toggle group without having to loop through a ToggleGroup’s children? We already have the ability to check if there are any active toggles from the toggle group, but it would be a lot nicer if we could grab the active toggle(s)
If you have a ToggleGroup where only one Toggle must be selected, in my case a language selector, how do you make the ToggleGroup remember which Toggle was the one previously selected, after leaving and returning to the scene?