I have a radio list and a button to submit the result to the backend service.
So the code does the following:
Populate the radio list from backend service
User selects the radio button of his choice
Clicks on a button
a 'create service' runs to submit the selection to the backend service.
However, instead of the selected radio button's text being sent, 'Item 1' shows up on the collection.
How can I map the selected radio's text instead of whatever is being sent.