<!-- Default -->
<button type="button" class="btn dso-info-button">
    <span class="sr-only">
        Toelichting
    </span>
</button>

<!-- Toggle Info Active -->
<button type="button" class="btn dso-info-button dso-open">
    <span class="sr-only">
        Toelichting
    </span>
</button>

<button type="button" class="btn dso-info-button{{#if infoOpen }} dso-open{{/if}}">
  <span class="sr-only">
    Toelichting
  </span>
</button>
/* Default: No context defined */

/* Toggle Info Active */
infoOpen: true


De class .dso-info-open (bij getoonde toelichting) maakt de button groen.