How to change square button to radio button | XM Community
Skip to main content
The buttons change to square automatically if the question allows multiple selection. How can I change the button to radio?
Use the below CSS:

.Skin label.MultipleAnswer.q-checked>span::before , .Skin label.MultipleAnswer>span::before {
border-radius:20px;
}
Inserted the CSS but no change

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


Leave a Reply