How to create radio Button/Check box Dynamically

0
Hello, I am new to Mendix and learning. I am trying to create a questionnaire app. For that, I have an entity that has both the question and 4 options as attributes. Now to make these options selectable I need a radio button/checkbox. Also If I add questions(100 nos.) to the database I will be needing to add that many enums(Don’t think that is a good idea). Can you suggest a way to record the selected option and use that for further evaluation?. Please correct me if I am wrong.
asked
1 answers
0

It indeed is not a good idea to work with enumerations when you want your data to be dynamically. What you want is to set a reference to an object that is the answer. 

There is a widget in the appstore that should be able to do this. https://appstore.home.mendix.com/link/app/2349/
Maybe this will help. 

answered