Looking for a unique way to display radio button inputs? Instead of the usual circles, I want to use a different HTML element to showcase the options. I tried using the appearance
style but it doesn't seem to be effective, possibly because the input[radio]
may not support other elements.
Is there a method to customize the appearance of an input radio, so that it showcases another HTMLElement rather than the standard circle?