Question
Should able to select only one radio button from the grid
Should able to Select only one radio button from the grid as shown in the below attachment.

a!radioButtonField(
label: "Sort On",
labelPosition: "COLLAPSED",
choiceLabels: { "Yes" },
choiceValues: {true()},
value: fv!item.sortOn,
saveInto: {local!sort,
a!save(local!sortIndex,fv!index),
a!save(index(ri!input,"sortOn",local!sortIndex,{}),true())},
choiceLayout: "STACKED",
validations: {}
)
How to achieve this please suggest.
