@if (existedFixedItem()) {

{{ literals.fixedColumns }}

@for (option of checkboxGroupOptionsView; track trackByFn($index)) { @if (isFixed(option)) {
  • } }
    }

    {{ literals.otherColumns }}

    @for (option of checkboxGroupOptionsView; track trackByFn($index)) { @if (!isFixed(option)) {
  • @if (!isFixed(option)) { }
  • } }
    {{ option.label }}
    @if (!hideActionFixedColumns && iconNameLib === 'PoIcon') { } @if (!hideActionFixedColumns && iconNameLib === 'AnimaliaIcon') { }