The solution is here
https://docs.telerik.com/devtools/aspnet-ajax/controls/checkbox/troubleshooting/distorted-appearance
But the short answer is to use
RenderMode="Lightweight"
on all the CHECKBOXES and BUTTONS. There might be other controls, but those are the ones that I found. They all have to be Lightweight.