Common pattern for selecting more than one item in one go
I was wondering if there is a pattern out there that that allows the user to select multiple items in one go. Like I have shown in the example below. The selections could be either single items, or multi items.
The reason they are bound together is because they fall under the same group, and I would like the user to select the items with just a single click rather than a multi item drop down list.
I would be greateful for any advice on this front. Thanks :)