open
prop to true
on any accordion item to display the content of that item on page load.
{% set items %}
{% include '@bolt-components-accordion/accordion-item.twig' with {
trigger: 'Accordion Item One',
open: true,
} only %}
...
{% endset %}
{% include '@bolt-components-accordion/accordion.twig' with {
content: items,
} only %}