Hide checkbox and Auto select visible choices in background | XM Community
Skip to main content

Hi, 

I have conditional logic to display options for a particular question, I would like to hide the checkbox but auto-select it in the background for every option displayed. Please how do I achieve this?

 

 

@ekagodspi 

.Skin label.SingleAnswer span:after {
display: none;
}

 


Leave a Reply