Change line-color of check-boxes | XM Community
Skip to main content

Hi, 

Which code can I use to change the color of the check-boxes ?

 

Hi @Anne-Lene ,

You can use below line of CSS code to achieve the same :

 

.Skin label.q-checkbox {

border: 2px solid red;
}


Just update the value  color(red)  with color of your choice.


Hope this resolves your query😊!!​​​​​​​


Leave a Reply