Set whether the check box is enabled.
#include <bps/dialog.h>
BPS_API int dialog_set_alert_checkbox_enabled(dialog_instance_t dialog,
bool enabled)
BlackBerry 10.2.0
The dialog to update.
If true, the check box is enabled; if false, the check box is not enabled.
The dialog_set_alert_checkbox_enabled() function sets whether the check box is enabled for the specified alert dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.