<div class="row">
    <div class="col-12">
        <div class="float-right label-input" {{ action "toggleButton"}}>
            {{#if isShow }}
            Hide All
            {{else}}
            Show All
            {{/if}}
        </div>
    </div>
</div>