Realised within two hours in an updated version. Hero!
But... my wish is to toggle. Or not exactly. I would like to open all accordion items with one click, or close if all are open, regardless of current state. A custom Bootstrap 4 example can be seen at
www.heupafwijkingen.nl/afwijkingen/heupd...e-kinderen/inleiding
(button 'Alle vragen') This seems to be very usefull.
The Tabs & Accordions work a bit differently to the Bootstrap examples.
Tabs & Accordions uses 'sets'. So each {tab ...}...{/tabs} and {accordion ...}...{/accordions} is a set of one or more tabs or accordions.
Within a set, only one item can be open. Opening one will close any other opened items in that set.