check.tcl revision 3f54fd611f536639ec30dd53c48e5ec1897cc7d9
# check.tcl --
#
# This demonstration script creates a toplevel window containing
# several checkbuttons.
#
# SCCS: @(#) check.tcl 1.3 96/02/16 10:49:37
catch {destroy $w}
toplevel $w
label $w.msg -font $font -wraplength 4i -justify left -text "Three checkbuttons are displayed below. If you click on a button, it will toggle the button's selection state and set a Tcl variable to a value indicating the state of the checkbutton. Click the \"See Variables\" button to see the current values of the variables."
-command "showVars $w.dialog wipers brakes sober"