Next:
set-label
Up:
wx:check-box
Previous:
wx:check-box
get-value
Gets the state of the checkbox:
#t
if it is checked,
#f
otherwise.
(send
a-wx:check-box
get-value)
->
boolean
PLT