Change radio button to square button / check box - single answer, matrix | XM Community
Skip to main content

Hi - I'm trying to figure out how to change the the radio button to a check box. I'm a using a branded theme and cannot remove it. Is there code to accomplish this? Basically, trying to get the multiple answer, matrix look but only give respondents ability to select one answer.
Any help is appreciated. Thanks!

Here one possible way to enforce all the changes:

  1. Preview your survey.

  2. Click inspect element on the checkbox

  3. In the lower half, you'll see links to a stylesheet

  4. Click on it and copy every to a text file

  5. Now do a search for "q-checkbox". Refers to all the styling of the multiple select

  6. Copy in a separate file

  7. Do a search and replace of "q-checkbox" with "q-radio"

  8. Before every ";" insert !important

  9. Place all of this inside the style tags

  10. Add this styling to question HTML


Leave a Reply