0

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

kiranvj
  • 32,342
  • 7
  • 71
  • 76
anderoav
  • 3
  • 1
  • 2
  • Can you post your code? – kiranvj May 09 '20 at 11:04
  • Please show us what you have right now. Without any coding or research effort, your question is a client request and therefore *off-topic* on [SO]. Please read [Ask]. – tao May 09 '20 at 11:05
  • Does this answer your question? [Bootstrap 4 multiselect dropdown](https://stackoverflow.com/questions/50895806/bootstrap-4-multiselect-dropdown) – dippas Jul 27 '20 at 14:40

1 Answers1

0

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

Neelansh Mathur
  • 516
  • 1
  • 5
  • 10