my $cb_update_actual = $FrameDataToAnalyze -> Checkbutton( ... ); $cb_update_actual->configure( -activebackground => $cb_update_actual->cget('-background'), -activeforeground => $cb_update_actual->cget('-foreground'), );