#440 simple form renderer draft

This commit is contained in:
Denys Vuika
2016-07-19 16:56:48 +01:00
parent f4f80a1c0d
commit 71de013a4e
16 changed files with 557 additions and 15 deletions

View File

@@ -0,0 +1,4 @@
<label class="mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect" [attr.for]="field.id">
<input type="checkbox" [attr.id]="field.id" class="mdl-checkbox__input">
<span class="mdl-checkbox__label">{{field.name}}</span>
</label>