Initialize with default items
void initializeWith(List<CheckItem> initialItems) { _items = List.from(initialItems); notifyListeners(); }