{{#each choices}}
{{ label }} {{> "dnd5e.traits-list" choices=children keyPath=(concat @root.keyPath ".value.") topLevel=true field=@root.checkbox input=@root.inputs.createCheckboxInput }}
{{/each}} {{#if fields.custom}}
{{ localize "DND5E.Special" }} {{ formInput fields.custom value=data.custom }}

{{ localize "DND5E.SpecialHint" }}

{{/if}}