Customizable boxplot figure

Hello everyone:
I have a list of fruits: fruits = [‘banana’, ‘apple’, ‘orange’, ‘watermelon’, ‘melon’]
And I have a multi-dropdown where you select which fruit distribution you want to see
I would like to create a customizable boxplot figure with DASH that is able to show the fruits selected by receiving the name as an input of a callback: so if in the dropdown there is only banana, see only the banana boxplot, or if there are banana or apple see both…etc

Is there a way to do it? Because right now I have only managed to visualise all of them at once

Thank you so much