Returns true if the item with the given id is selected.
id
bool isSelected(String id) { return value.contains(id); }