1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
lvgl/xmls/lv_checkbox.xml
2024-12-05 10:14:39 +01: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>