get-value in check-box%
get-value
check-box%
Gets the state of the check box: #t if it is checked, #f otherwise.
#t
#f
(send a-check-box get-value) -> boolean
(send a-check-box get-value)
send
a-check-box