Fixed a typo

Former-commit-id: 5552ad9342
pull/7/head
Jens Pelzetter 2020-11-21 14:02:06 +01:00
parent e2e23e00bc
commit 0ff79dc9fe
1 changed files with 3 additions and 3 deletions

View File

@ -32,11 +32,11 @@
</cc:interface>
<cc:implementation>
<div class="form-check">
<input class="form-check-input"
<input checked="#{cc.attrs.value ? 'checked': null}"
class="form-check-input"
id="#{cc.attrs.inputId}"
name="#{cc.attrs.name}"
type="checkbox"
value="#{cc.attrs.value}" />
type="checkbox" />
<label for="#{cc.attrs.inputId}">#{cc.attrs.label}</label>
</div>
</cc:implementation>