Search code examples
twitter-bootstrap-3stylesngx-bootstrap

Bootstrap / ngx-bootstrap - drop down mutiple checkbox option


On our current Angular 5 project, we use bootstrap 3.3.7 and ngx-bootstrap 2.0.3

I have been asked to implement a dropdown multi-select option as shown below. It will allow user to select multiple options from dropdown list.

enter image description here

How can I implement this feature?


Solution

  • It turns out neither of these frameworks support such component.