in reply to Checkbutton -text

You probably want to use the -textvariable option, not -text

Replies are listed 'Best First'.
Re^2: Checkbutton -text
by Eliya (Vicar) on Mar 11, 2012 at 01:49 UTC

    Why?  As the checkbutton labels are static text, -textvariable doesn't really seem to make sense here.