Ali Celebi
Ali Celebi

Reputation: 1008

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?

Upvotes: 0

Views: 4730

Answers (2)

Catfish
Catfish

Reputation: 65

You can create a dropdown using ngx-bootstrap and then add <input type="checkbox" with labels for a description within in menu item li.

Upvotes: 1

Ali Celebi
Ali Celebi

Reputation: 1008

It turns out neither of these frameworks support such component.

Upvotes: 0

Related Questions