Skip to content

Commit

Permalink
SHIBUI-1387 Fixed issue with checklist component
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Aug 5, 2019
1 parent d97998c commit e85e91f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
role="checkbox"
aria-checked="false"
/>
<label class="custom-control-label" for="input-{{ i }}">
<label class="custom-control-label" [for]="formProperty._canonicalPath + '.' + i">
<span class="sr-only">
<translate-i18n key="action.toggle">Toggle</translate-i18n> {{ attr.label | translate }}
</span>
Expand Down

0 comments on commit e85e91f

Please sign in to comment.