Bootstrap uses a custom attribute named data-toggle. How does this feature behave? Does using it require Bootstrap\'s JavaScript library? Also, which data-toggl
data-toggle
The data-* attributes is used to store custom data private to the page or application
So Bootstrap uses these attributes for saving states of objects
W3School data-* description