pub unsafe extern "C" fn uiCheckboxSetText(
    c: *mut uiCheckbox,
    text: *const c_char
)
Expand description

Sets the checkbox label text.

@param c uiCheckbox instance. @param text Label text.\n A valid, NUL terminated UTF-8 string.\n Data is owned by the caller. @memberof uiCheckbox