03.经典案例
最爱的家庭成员
<ui>
<linear h="max" padding="30" w="max">
<card h="auto" type="outline" w="max">
<linear gravity="center" h="max" padding="15" w="max">
<text color="#000000" text="你最爱的家庭成员是?"/>
<linear dir="h" w="max">
<check text="爸爸" weight="1"/>
<check text="妈妈" weight="1"/>
<check text="姐姐" weight="1"/>
</linear>
<linear dir="h" w="max">
<check text="妹妹" weight="1"/>
<check text="弟弟" weight="1"/>
<check checked="true" text="全部" weight="1"/>
</linear>
</linear>
</card>
</linear>
</ui>