set_check_box_value
Entity: predicate
Usage:
Mode is get_check_box_value(ChBox)
set_check_box_value(ChBox, Mode)
Gets/Sets the value of a checkbox
ChBox checkbox object
Mode checkbox
value (1 - checked, 0 - not checked)
Examples:
?- set_check_box_value(ChBox,
1),
Mode
is get_check_box_value(ChBox).
See also:
check_box