lv_checkbox.h
Functions
- 
lv_obj_t *lv_checkbox_create(lv_obj_t *parent)
 Create a check box object
- 参数:
 parent -- pointer to an object, it will be the parent of the new button
- 返回:
 pointer to the created check box
- 
void lv_checkbox_set_text(lv_obj_t *obj, const char *txt)
 Set the text of a check box.
txtwill be copied and may be deallocated after this function returns.- 参数:
 obj -- pointer to a check box
txt -- the text of the check box. NULL to refresh with the current text.
Variables
- 
const lv_obj_class_t lv_checkbox_class