***checkButtonScaled*** [bll] 2016-5-10: The standard [ttk::checkbutton] does not scale well for 4K displays. This code is a pure tcl implementation of checkbuttons with no graphics. It includes styling for all 22 themes. I have attempted to match each theme's styling reasonably well. The package will change themes on a <> event. Place the package require in your code after tk scaling has been set. Download from: http://gentoo.com/tcl/checkButtonScaled.tcl%|%http://gentoo.com/tcl/checkButtonScaled.tcl%|% '''Version 1.6 ''' 2016-5-10 * Added propagateBinds routine * Handle -style option -- loads styling from the ttk::style * Was missing -font * Fixed a bug for configure -variable <>Widget