Native Radio Widget Not Allowing Selection of Boolean Attributes

0
Hello, I am in the process of adding in native pages in my app which replicate the existing web page versions.  On one of the pages, I have a form with boolean values that use the radio input element widget.  I know native requires a different radio widget, but when I add it into the data view, it only allows me to select enumeration values.  It looks like in the documentation that I should be able to do enumerations and boolean attributes on that widget.  Any ideas?   This is the widget I am trying to use: https://marketplace.mendix.com/link/component/116717
asked
1 answers
0

Hi, you could use the switch widget for simple boolean yes/no values

answered