File Item

Component preview opent in nieuw tabblad

There are no notes for this item.

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

    </div>

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

    </div>

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