FabGL
ESP32 Display Controller and Graphics Library

◆ setChecked()

void setChecked ( bool  value)

Sets current checkbox or radiobutton checked status.

When in radiobutton mode, setting True all other items with the same uiCheckBox.groupIndex() are deselected.

Parameters
valueCheckbox or radiobutton checked status

Definition at line 4880 of file fabui.cpp.