File Item

There are no notes for this item.

<li>
    <div class="dso-filename" id="-file-filename-">

    </div>
    <div class="dso-confidential dso-selectable">
        <input type="checkbox" id="-input-confirm-" name="" value="" aria-describedby="-file-filename-" />
        <label for="-input-confirm-">
            Vertrouwelijk
        </label>
    </div>

    <button type="button" aria-describedby="undefined-file-filename-undefined" class="btn btn-link dso-remove"><span>Verwijder document</span></button>
</li>
<li>
  <div class="dso-filename" id="{{ id }}-file-filename-{{ pos }}">
    {{ filename }}
  </div>
  <div class="dso-confidential dso-selectable">
    <input type="checkbox" id="{{ id }}-input-confirm-{{ pos }}" name="" value="" {{ attributes([confidential, 'checked']) }} aria-describedby="{{ id }}-file-filename-{{ pos }}" />
    <label for="{{ id }}-input-confirm-{{ pos }}">
      Vertrouwelijk
    </label>
  </div>
  {% if confidential %}
    <dso-icon icon="status-warning"></dso-icon>
  {% endif %}
  {% render '@button', {label: 'Verwijder document', modifier: 'link dso-remove', type: 'button', ariaDescribedby: id + '-file-filename-' + pos }, true -%}
</li>
/* No context defined for this component. */