Hi everybody,
I have a matrix table with 10 statements from which the participant can choose 0, 1, 2, ..., or 10 with a simple multiple-choice checkbox. I achieved this by using the matrix table with matrix type "Likert" and Answers being "Multiple Answer".
For that, I want to highlight one of 10 checkboxes and changing the color of its border (from standard blue to green). I found a lot of information regarding CSS and how to change the color of all checkboxes in such items, but no approach to change the color of only one, specific checkbox in a specific question.
Can anyone help? Thanks a lot in advance!
Kim
Solved
Check the color of one out of 10 checkboxes
Best answer by rondev
https://www.qualtrics.com/community/discussion/comment/28730#Comment_28730Here is the updated code:
jQuery(".Skin .c4 label.q-checkbox:eq(0) , .Skin .c4 label.q-checkbox.q-checked:eq(0)").css("border","2px solid #58f312");
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
