确定或指定是否选中指定的复选框
express.Value
express 一个代表 CheckBox 对象的变量。
确定或指定是否选中指定的复选框。设为True为选定该复选框,默认为False
/*将CheckBox1控件中的选项指定为test test*/ function func1() { UserForm1.CheckBox1.Value = "test test" }