I have angularjs interdependable dropdowns, here is a demo plunker
: http://plnkr.co/edit/mIFCKKO5Azr4ljyoge5r?p=preview. Now when I select an option from first(country) dropdown, I want the second (state)dropdown to be displayed as a checkbox dropdown and not the normal dropdown(like in the above plunker) and after selecting option from second multiple dropdown I should get another multiple dropdown again. Here is a sample checkbox dropdown, fiddle
: https://jsfiddle.net/michaeldeongreen/22et6sao/9/ need this to be displayd for both state and city dropdowns in my plunker.
Finally when I select a country from first normal dropdown, the second multiple dropdown menu with checkbox for selecting a state should be enabled and after selecting a state, another checkbox dropdown menu for selecting city have to be enabled. Until I select an option from first dropdown, the second and third dropdowns have to be disabled and till I select option from second dropdown third dropdown has to be disabled.
Hope anyone will help me. Thanks in advance!!