10.1_demo/lvgl/xmls/lv_checkbox.xml

12 lines
200 B
XML
Executable File

<!--
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>