FabGL
ESP32 Display Controller and Graphics Library

◆ uiCheckBox()

uiCheckBox ( uiWindow parent,
const Point pos,
const Size size,
uiCheckBoxKind  kind = uiCheckBoxKind::CheckBox,
bool  visible = true,
uint32_t  styleClassID = 0 
)

Creates an instance of the object.

Parameters
parentThe parent window. A checkbox must always have a parent window
posTop-left coordinates of the checkbox relative to the parent
sizeThe checkbox size
kindDefines the checkbox behaviour: checkbox or radiobutton
visibleIf true the checkbox is immediately visible
styleClassIDOptional style class identifier

Definition at line 4767 of file fabui.cpp.