19#if LV_USE_CHECKBOX != 0
32 uint32_t static_txt : 1;
42 LV_CHECKBOX_DRAW_PART_BOX,
43} lv_checkbox_draw_part_type_t;
66void lv_checkbox_set_text(
lv_obj_t * obj,
const char * txt);
74void lv_checkbox_set_text_static(
lv_obj_t * obj,
const char * txt);
85const char * lv_checkbox_get_text(
const lv_obj_t * obj);
Definition lv_obj_class.h:49