void EZ_SetCheckButtonState(EZ_Widget *widget, int on_off)
This function can be used to alter the current state of a check button.
int EZ_GetCheckButtonState(EZ_Widget *cbutton, int *value_ret)
This function returns the current state of a check button. If
cbutton
is not a valid check button, it returns -1.