Files
xiaozhi-esp32/managed_components/lvgl__lvgl/xmls/lv_checkbox.xml
2025-09-05 13:25:11 +08:00

12 lines
200 B
XML

<!--
Example
<lv_checkbox text="Option 1"/>
-->
<widget>
<api>
<prop name="text" help="The text of the checkbox">
<param name="text" type="string" help=""/>
</prop>
</api>
</widget>