Referencing the example provided in the Bootstrap documentation at http://getbootstrap.com/docs/4.0/components/dropdowns/#menu-dividers
I am interested in creating a custom toggle effect for the menu items, where clicking on an item changes its color to blue, and clicking again reverts it back to its original state. This is meant to mimic a multiselect feature without using checkboxes or the default multiselect.
Is there a way to achieve this through CSS modifications alone?
I am also open to alternative suggestions for implementing a more user-friendly multiselect option, especially for mobile devices (excluding external libraries).