Form key type for multi-select fields with iterable values.
typedef MultiSelectKey<T> = FormKey<Iterable<T>>;