Solved
How to apply custom css on disabled checkbox color
How to apply custom css on disabled checkbox color

I am not able to change the grey checkbox color using custom css
How to apply custom css on disabled checkbox color

I am not able to change the grey checkbox color using custom css
Hi
I tried in Thingworx 9.4 which is working.




May I know your Thingworx version and how you are trying to implement it
If you want that actual box to be some other color use the below code
ptcs-checkbox[disabled]::part(box){
color : red;
}

/VR
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.