[REBOL] how to get check box state?
From: rishioswal:y:ahoo at: 23-Aug-2001 11:35
hi. how do you get the state of a checkbox in view. I'd like to do something like this but it doesn't work... rebol [] view layout [ mycheckbox: check button "test" [probe mycheckbox/value] ] ... the above gives an error..