in reply to Background Color - Tk Checkbutton

I had the same problem. Use the normal state instead of the active state.
$your_checkbox -> configure(-state => 'normal');