I\'m using the Nimbus L&F with a JTable that has a boolean (checkbox) element as one of its columns.
JTable
It's a bug in the synth-installed renderer, quick hack is to force the rendering checkbox opacity to true:
((JComponent) table.getDefaultRenderer(Boolean.class)).setOpaque(true);