Reply To: Checkbox/unselecting an option

PennController for IBEX Forums Support Checkbox/unselecting an option Reply To: Checkbox/unselecting an option

#5699
Jeremy
Keymaster

Hi Daniela,

Yes, this is a known bug which will be fixed in PennController 1.9. In the meantime, you can systematically hide the labels of any Scale element named rating by writing this in a file called global_z.css in your project’s aesthetics folder:

.PennController-rating .option label {
    display: none;
}

Jeremy