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

Hide checkbox and Auto select visible choices in background

  • December 21, 2023
  • 1 reply
  • 56 views

Forum|alt.badge.img

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?

 

 

1 reply

Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+46
  • 1555 replies
  • December 21, 2023

@ekagodspi 

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