Multi-answer boxes as radio buttons | XM Community
Skip to main content
Solved

Multi-answer boxes as radio buttons

  • April 8, 2019
  • 1 reply
  • 27 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[s]." 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

Best answer by TomG

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.

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • April 8, 2019
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.