{{#each items as |item|}}
  • {{get item nameField}}
    {{#if item.selected}} check {{/if}}
  • {{/each}}