Search code examples
bootstrap-4bootstrap-multiselect

Boostrap 4 multiselect


I've been struggling with bootstrap multiselect for 2 days. Only what that I could select multiple options is by holding down CTRL and then selecting although I'm trying to implement multiselect thingy that puts checkboxes or something like that in front of it... Any help?

The picture of SELECT


Solution

  • I understand that you want the user to see checkmarks if an option is selected. In my opinion, this is the best way to go about it: https://stackoverflow.com/a/50897096/11743498

    It adds a check mark after the selected option, and it is built into Bootstrap + jQuery