Fetch RadioButtonGroup or combobox on Id

Hi,

I had created RadioButtonGroup & combobox and values are added to display on UI screen.
Is there any way i can give id to values. Suppose i want to display CASH but the id will be set as CSH in code for business logic.
List of values are displayed in RadioButtonGroup & combobox
Jmix 1.5

Hi!

Please note the following example from our online-demo application: https://demo.jmix.io/sampler/#main/sample?id=combobox-custom-options

It demonstrates how enumerations can be used in such a way that the value is an ID, and some localized message is displayed on the UI.

Regards,
Dmitriy