打勾的选项
List<String> allChecked() { return _state?.checkBoxStates.where((k, v) => v).keys.toList() ?? []; }