Setting RadioButton state without triggering action.
Hi,
I have 3 radio-buttons in a custom container which is present on several screens.
I would like the radio-buttons to keep their states between when switching screens.
I have the radio-buttons states reported to the model every time a button is pressed and when the screen changes, the new active view fetches the radio-button state.
However, I do not see a function to update a radio-button state without triggering the button action.
Is there such a function?
