A button with SWT.CHECK gets a wrong background color (light grey instead of dark grey) under the following conditions:
- created on a dialog
- toolkit used (FormToolkit.createButton)
- darktheme
In an editor this does not happen.

Does happen on Mac. Not on Windows.