I want to have a radio button input but instead of mere circles I would prefer another html element (including structure) to illustrate the choices. I thought this might work with the appearance
style, but it does not work (probably because the input[radio]
might not contain other elements.
Is there any way of styling an input radio, so it displays another HTMLElement instead of its circle?