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>