Quote Originally Posted by stillwaiting View Post
As I understand the situation: groupbox border thickness could be different on different platforms and/or could vary depending on OS settings. So, I think, that constant left margin here could play a bad joke.
I'd say trying to align the checkboxes is as a bad idea as setting a constant left margin, which is what your stylesheet is trying to do anyway. If the OS style says checkboxes in groups and out of groups should be aligned, they will be aligned. If it says there is no such need, they won't be aligned so don't try and force that. I'm usually against "I know best what is good for my users" approach and I don't see why this situation would differ.