eui.RadioButton 使用範例, 綁定事件請看 RadioButtonGroup
exml 部分
<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="skins.MySkin" width="640" height="1136" xmlns:e="http://ns.egret.com/eui">
<e:Rect fillColor="0x000000" width="100%" height="100%" />
<e:Group horizontalCenter="0" verticalCenter="0">
<e:Group>
<!-- groupName 用以分為同一組. 男生預設選中 -->
<e:RadioButton label="男" value="1" groupName="g2" selected="true" />
<e:RadioButton label="女" value="0" groupName="g2" />
<e:layout>
<e:HorizontalLayout gap="10" />
</e:layout>
</e:Group>
<e:layout>
<e:VerticalLayout />
</e:layout>
</e:Group>
</e:Skin>
沒有留言:
張貼留言