Display Multiselect bootstrap drop-down value in div with checkbox options

点点圈 提交于 2020-01-06 14:25:52

问题


I have a multiselect bootstrap drowdown. I want to display the selected values from a drop-down in a separate div as rows with multiple checkboxes to select. How I can proceed for this? Like I have selected 3 items(I1,I2,I3) from dropdown then i should display all the three items as rows with 5 checkboxes to select in each row. The count of checkbox is fixed. This div should not be available on page load and clearing the values of dropdown. Any idea would help.Thanks.

来源:https://stackoverflow.com/questions/59492852/display-multiselect-bootstrap-drop-down-value-in-div-with-checkbox-options

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!