cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Facing issue in removing border in checkbox widget

AC_10460579
6-Contributor

Facing issue in removing border in checkbox widget

Facing issue in removing border in checkbox widget in thingworx 9.4

AC_10460579_0-1700558848836.png

 

2 REPLIES 2

Hi @AC_10460579 ,

Either you must be using OOTB style theme or there must be a custom one. Go to the Style Theme that is being used in your application and do the below highlighted changes. 

 

StyleTheme.jpg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Thanks,

Shirish

@AC_10460579 ,

 

I asked one of the experts and I got a solution which should work for ThingWorx 9.4.0.

ptcs-checkbox {
  --ptcs-focus-overlay--border-style: none; 
}

 

Please give this a try in the Custome CSS tab. You will need to disable the "linting" in the editor to save the update.

 

Let me know how it works for you.
Pehowe

Top Tags