pub unsafe extern "C" fn uiCheckboxChecked(
    c: *mut uiCheckbox
) -> c_int
Expand description

Returns whether or the checkbox is checked.

@param c uiCheckbox instance. @returns TRUE if checked, FALSE otherwise. [Default: FALSE] @memberof uiCheckbox