checkBoxStates property

Map<String, bool> checkBoxStates
getter/setter pair

管理所有子CheckBox的状态

Implementation

Map<String, bool> checkBoxStates = {};