I want to filter verified users, to only show those who have a YES (boolean) on their verified field
Now i could do this via a checkbox, but i want to do it in a drop down, i just think it has a better UI experience.
I tried writing yes/no i the drop down, but this gets treated as a text.
Anyway i can use drop down as boolean?