static bool isChecked(Object? checker, List<dynamic>? list) { return checker != null && list != null && list.isNotEmpty && list.contains(checker); }