How to display a boolean in a radio field

Hi All

I have to display an (boolean, i. e. 0 | 1) information (Column “Verantwortlich”) as a radio button. This works with applying a value list containing only a 1 (integer). The problem is, the value of the value list, i. e. the 1, is also displayed in the field, see attached screenshot. How can I suppress the 1?
Or have you a better idea to display a boolean field as radio as mentioned above? The field is a calculation field by the way.

Regards, Robert

PS: I am also not able to center the radio button, not with a style nor the form property horizontalAlignment. Does just nothing.

Developer is Servoy 4.1

Why don’t you use a checkbox? Then you don’t even need the valuelist.

Hi Joas

Because I want the Human Interface reflect the required action, i. e. logic. Select ONE out of the offered persons - that’s what the radio button symbol means for the user. And yes, there can be more than 2 persons in the list, if there is also a guardian involved. The checkbox allows the user to select ANY number of the offered total numbers (lines), and that’s not possible here.
In fact, I have checkboxes as well, see (more complete) screenshot of the situation.

Regards, Robert

Joas:
Why don’t you use a checkbox? Then you don’t even need the valuelist.