Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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