Description
There is no way to bind radio group component to a value.
Steps to reproduce
- Add radio group.
- Add three radios, e.g. male, female and other.
- Add a component property, e.g. gender.
- Try to bind radio group to the gender property.
Result
There is no way to bind the radio group.
Expected result
It should be possible to bind radio group to a component's property. Also if the value of any of the radios in the group equals the value of the bound property this radio should be checked.
Description
There is no way to bind radio group component to a value.
Steps to reproduce
Result
There is no way to bind the radio group.
Expected result
It should be possible to bind radio group to a component's property. Also if the value of any of the radios in the group equals the value of the bound property this radio should be checked.