How to set a property of RadioButtonGroup based on the radio button selected in UI5?

Viewed 38

I am currntly trying to set the property "valueState" of the RadioButtonGroup based on the RadioButton selected. Is there a way to do it from the view itself without using the controller? I am using a XML view.

<m:RadioButtonGroup valueState="">
    <m:RadioButton/>
    <m:RadioButton/>
    <m:RadioButton/>
    <m:RadioButton/>
</m:RadioButtonGroup>
0 Answers
Related