|
FabGL
ESP32 Display Controller and Graphics Library
|
| 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.
| parent | The parent window. A checkbox must always have a parent window |
| pos | Top-left coordinates of the checkbox relative to the parent |
| size | The checkbox size |
| kind | Defines the checkbox behaviour: checkbox or radiobutton |
| visible | If true the checkbox is immediately visible |
| styleClassID | Optional style class identifier |