How to change square button to radio button | XM Community
Skip to main content
Question

How to change square button to radio button

  • March 8, 2020
  • 3 replies
  • 27 views

The buttons change to square automatically if the question allows multiple selection. How can I change the button to radio?

3 replies

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • March 8, 2020
Use the below CSS: .Skin label.MultipleAnswer.q-checked>span::before , .Skin label.MultipleAnswer>span::before { border-radius:20px; }

  • Author
  • March 9, 2020
Inserted the CSS but no change

Forum|alt.badge.img+2
  • February 8, 2021

I would like to do the opposite - is there a way to change radio buttons to square with code?