Radio Button

0
How to use Radio button? I have taken a radio button inside a view and created a entity with 2 options (say YES and NO). How to proceed further?
asked
1 answers
0

In you entity you need a boolean attribute to use as the data source for your radio buttons. Once  you put the radio button widget in your dataview, and then set the datasource of the widget to the boolean attribute, then that should be all the setup.

Also make sure you have a read/write access right for that boolean attribute.

answered