Custom dropdown alternative

Experimenting with radio buttons and progressive enhancement as an alternative to standard <select> tags for accessibility purposes .

Standard <select> tag

No manipulation or custom logic.

Custom radio button list (no-js)

Radio button array in a scrollable list.

Choose Snake codename...

Custom radio button list (js)

Add a button to make the list toggleable; update the button text to the selected option.

Choose Snake codename...