{{#each choices}}
{{ label }} {{#if @root.hint}}

{{ localize @root.hint }}

{{/if}} {{> "dnd5e.traits-list" choices=children keyPath=(concat @root.keyPath "." @root.value.key ".") topLevel=true field=@root.value.field input=@root.value.input }}
{{/each}}
{{ localize "DND5E.DAMAGE.PhysicalBypass.Label" }}

{{ localize bypassHint }}

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

{{ localize "DND5E.SpecialHint" }}

{{/if}}