Drop down boolean

0
I have a drop down menu which shows two type of categories A and B. The attribute used here is a boolean so it only has true and false. Is there a way I can add a both option in the drop down menu to show both categories as well? The drop own then should have A, B and Both on it.
asked
1 answers
0

Think the best thing would be to make an enumeration and add the values in there

answered