mirror of
https://github.com/lvgl/lvgl.git
synced 2025-02-04 07:13:00 +08:00
12 lines
200 B
XML
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>
|