I'm using the select2 multiselect with checkbox from this example:
https://codepen.io/lenamtl/pen/VwwWYzb
The problem is that when I set it up for my multiple select dropdowns, it overrides my regular that don't require checkboxes that are on the same page, because changes require that I override the default select2 css settings.
Is there a way to keep both the dropdown with the checkbox and the dropdown without the checkbox when it's not a multiselect?
Has anyone dealt with this?
thanks!
Do you mean you want to use the same CSS for other multiselect dropdowns but without the checkbox?