message+check-box in Dialogs
See also message+check-box/custom.
(message+check-box-> symbol intitlemessagecheck-labelparentstyle)'(ok cancel yes no)
title: string (up to 200 characters)
message: string
check-label: string (up to 200 characters)
parent=#f:frame%ordialog%object or#f
style='(ok): list of symbols in'(ok ok-cancel yes-no caution stop checked)Like
message-box, except thatthe dialog contains a check box whose label is
check-label;the result is two values: the
message-boxresult, and a boolean indicating whether the box was checked; andstylecan contain'checkedto indicate that the check box should be initially checked.