<view class="filter-checkbox gov-filter-checkbox">
    <gov-check-box-group
        class="group"
        bind:change="groupChange"
        option-key="{{optionKey}}"
        options="{{options}}"
        column="{{currColumn}}"
        item-style="{{itemSyl}}"
        value="{{currentValue}}"
        row-style="{{rowSyl}}"
        icon-style="{{iconSyl}}"
        row-item-style="{{rowItemSyl}}"
        active-color="{{activeColor}}"
        active-inline-bg-color="{{activeInlineBgColor}}"
    ></gov-check-box-group>
    <gov-submit-panel
        reset-disabled="{{!currentValue.length}}"
        bind:ensure="ensuHdl"
        bind:reset="resetHdl"
    />
</view>
