Multi-answer boxes as radio buttons | XM Community
Solved

Multi-answer boxes as radio buttons

  • 8 April 2019
  • 1 reply
  • 13 views

Hello all,

In a perfect world, radio buttons would be uncheckable. Seeing as they are not, is there any way to make multi-answer boxes (with exclusion) look like radio buttons?

I have seen some answers that address similar questions by saying "javascript," or "custom theme." These answers weren't much more specific than that and so we are seeking other answers or more specifics.

Any help would be appreciated!

Thanks,
Austin
icon

Best answer by TomG 8 April 2019, 21:55

View original

1 reply

Userlevel 7
Badge +27
It will be theme dependent. Use your browser's inspect feature to find and copy the css rules for an unchecked and checked radio button. Put the rules in a style tag in your look & feel css. Then change the .SingleAnswer class in the rules to .MultipleAnswer.

Leave a Reply