Files
lvgl/xmls/lv_checkbox.xml
T
Gabor Kiss-Vamosi 3e61613fdd refactor(xml): use single properties and introduce the prop-paramX syntax
e.g. <lv_roller options=... options-mode=normal/>
2025-06-17 11:43:50 +02:00

10 lines
153 B
XML

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