MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laCheckBoxWidget_SetChecked Function
MPLAB® Harmony Graphics Suite
laCheckBoxWidget_SetChecked Function
C
LIB_EXPORT laResult laCheckBoxWidget_SetChecked(
    laCheckBoxWidget* cbox, 
    laBool checked
);
Parameters
Parameters 
Description 
laCheckBoxWidget* cbox 
the widget 
laBool checked 
the desired checked value 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite