VISIO::CHECK_SET_STATUS (int button, int status)

Description: Sets the status of a check button. The button and the status are passed as arguments. If the check button must be 'checked', then the status of the button is '1'. A released checkbutton has status '0'.

Example: VISIO::CHECK_SET_STATUS(check, 1)