Funky custom checkmark

This commit is contained in:
2017-02-19 13:49:54 +08:00
parent 2e61b4c8ad
commit e6740d9b4f
2 changed files with 32 additions and 1 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
<form {{action "save" on="submit"}}>
<p>
{{input type="checkbox" name="is-core" id="is-core" checked=isCore}}
<label for="is-core">Core team member (can add contributors)</label>
<label for="is-core" class="checkbox">
Core team member (can add contributors)
</label>
</p>
<p>
{{input name="id"