Bootstrap 4 List Group Disabled
Bootstrap provide the facility to create a group of list with list items. The most basic list group is an unordered list with list items. Use an ul element with class .list-group, and li elements with class .list-group-item to create a basic list group. The .disabled class is used to disable an item. Bootstrap 4 … Read more