When trying to showcase my point, I believe it is best demonstrated by visiting Bootstrap documentation at https://getbootstrap.com/docs/4.0/components/collapse/ and viewing the "multiple targets section." In this section, you will find three buttons: toggle first element, toggle second element, and toggle both elements. Upon clicking toggle first, followed by toggle BOTH, what I desire is for all elements to either hide or show simultaneously. However, currently, it only toggles individual elements i.e., showing the second and hiding the first element.
I am curious if this can be achieved solely with Bootstrap or if additional JavaScript coding is necessary for this functionality?