How can I put a combobox YES / NO?

1
Hi! How can I put a combobox YES / NO? It is data that I receive and show in a dataView Thank you!
asked
2 answers
1

You can create an enumeration with values “YES” and “NO”.

answered
1

Hi Francisco,

If you want to show drop-down and you are using enumeration attribute, than you can use drop-down widget if you just want user to make yes/no selection. 

 

Hope this helps!

answered