const MultiSelectItemCheckBox({Key? key, required this.title, required this.bean}) : super(key: key);