When you have a SmallMultipleOptions the component is not unmounted correctly and the class is kept as selected (although for the Component the state marks it as selected)
A quick dirty fix was implemented where JQuery removes the 'selected' classes and adds 'unselected' before rendering.