domotic/components/lvgl__lvgl/xmls/lv_checkbox.xml
Marc PASTEUR d132f39ff8 move lvgl
2025-12-19 18:08:19 +01:00

11 lines
180 B
XML

<!--
Example
<lv_checkbox text="Option 1"/>
-->
<widget>
<api>
<prop name="text" type="string" help="The label text shown next to the checkbox"/>
</api>
</widget>