Appearance
<if>
Conditionally renders one of two child widgets based on a boolean condition.
<if condition="show"> <true> <text>Yes</text> </true> <false> <text>No</text> </false> </if>
condition
string