Community Tip - You can change your system assigned username to something more personal in your community settings. X
How to apply custom css on disabled checkbox color
I am not able to change the grey checkbox color using custom css
Solved! Go to Solution.
Hi @AC_10460579
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
Not working
Hi @AC_10460579
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