pub unsafe extern "C" fn uiNewCheckbox(
    text: *const c_char
) -> *mut uiCheckbox
Expand description

Creates a new checkbox.

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