Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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