<fx:Script>
<![CDATA[ protected var myVM = new ToLowerViewModel(); ]]>
</fx:Script>
<s:TextInput x="10" y="10" id="myInput" text="@{myVM.Input}" />
<s:Button x="141" y="10" label="Button" click="myVM.ToLower()"/>
<s:Label x="219" y="19" id="myOutput" text="@{myVM.Output}"/>