Checkbox
A checkbox is a common user interface element that allows users to select any number of options from a set of choices. Checkboxes are often used to represent binary choices (e.g., yes/no or on/off).
For more detailed information, you can refer to this link: https://docs.lvgl.io/8.3/widgets/core/checkbox.html
Styles
The style of a checkbox is mainly divided into two parts:
- MAIN: This part includes the body and text of the checkbox. The body is usually the background of the checkbox, while the text describes the functionality of the checkbox.
- INDICATOR: This part is the checkbox's indicator, typically a small square that gets filled or checked when the user selects it.
Example

8MS