PennController for IBEX › Forums › Support › Checkbox/unselecting an option › Reply To: Checkbox/unselecting an option
June 22, 2020 at 2:10 pm
#5699

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