Description
Binding RadioGroup can be problematic because its value in the form of object: {name:value}. The problem is more pronounced if we want to bind radio group to model instance field and the field stores primitive values.
The solution is to use formulas to transform objects from radio groups to primitive values that can be stored in model fields and vice versa primitive values from fields to objects that can be consumed by radio groups.

