|
FabGL
ESP32 Display Controller and Graphics Library
|
| void fabgl::uiCheckBox::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.
| value | Checkbox or radiobutton checked status |