var checkBox = new ccui.CheckBox();
checkBox.setTouchEnabled(true);
cc.log(checkBox.getSelectedState());
运行时报TypeError: checkBox.getSelectedState is not a function错误
var checkBox = new ccui.CheckBox();
checkBox.setTouchEnabled(true);
cc.log(checkBox.getSelectedState());
运行时报TypeError: checkBox.getSelectedState is not a function错误
这论坛好像没有人维护,没有回答问题的人