<switch id="mSwitch" text="单选按钮"/>
ui.id("mSwitch").onCheck((isChecked) => { if (isChecked) { toast("打开"); } else { toast("关闭"); } });