Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] how to get check box state?

From: rishioswal:yah:oo 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..