MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laCheckBoxWidget_GetChecked Function
MPLAB® Harmony Graphics Suite
laCheckBoxWidget_GetChecked Function
C
LIB_EXPORT laBool laCheckBoxWidget_GetChecked(
    laCheckBoxWidget* cbox
);
Parameters
Parameters 
Description 
laCheckBoxWidget* cbox 
the widget 
Returns

laBool - the checked flag value

MPLAB® Harmony Graphics Suite