1 min readJul 12, 2017
For me, the gist is: use radio buttons and checkboxes wherever you would normally use select.
The radio button is a perfect representation of select with all its options visible.
If all else fails, and you have too many options, use select but allow user input and autocomplete.
Correct?