Add every value in supplied values into the selection
void merge(List<S2Choice<T>> choices) { choice = List.from(choice) ..addAll(choices) ..toSet() ..toList(); }