When displaying Boolean types in Data View

0
Hello. When I set an attribute of Boolean type in NewEdit screen, the selection of true or false is "Yes" or "No". Is there any way to display the selected items in the list screen, with "Yes" selected in Data VIew as "0" and "No" as "x"?
asked
3 answers
1

HI Daichi Miyuki,

                                  This is very simple using css, just find the class name mx-name-radiobutton . check the below screenshots. call the parent class and within child class change the Label value and set it as !important. I hope it helps

answered
0

Simplest solution is to use platform supported Radiobutton List widget https://marketplace.mendix.com/link/component/20 

answered
0

Hi Daichi! If your logic allow, you can crate an enumeration with two values. That will give you flexibility on what caption you would like to use.

answered