Returns true if the selection has any of the supplied values
true
@override bool hasAny(List<S2Choice<T>> choices) { return choices.any((e) => has(e)); }