初始化方法(由混入类调用)
void initSelectBox({int index = -1, bool checked = false}) { _boxMap.addAll({ 'selectIndex': index, 'checked': checked, }); }