我有那个wix ui
<Control Id="textBox4" Type="Edit" Height="15" Width="178" X="145" Y="188" Property="PASSWORD" Password="yes" />
<Control Id="label6" Type="Text" Height="14" Width="100" X="18" Y="189" Text="Password:" />
<Control Id="checkBox2" Type="CheckBox" Height="18" Width="50" X="145" Y="208" Property="SHOWPASSWORD" CheckBoxValue="1" Text=" " />
<Control Id="label7" Type="Text" Height="14" Width="100" X="25" Y="210" Text="Show password" />
选中复选框后,如何在密码文本框中显示/隐藏密码