CheckboxPicker({ Key? key, required this.items, required this.values, required this.selectedValues, }) : super(key: key);