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:interface>
<cc:implementation> <cc:implementation>
<div class="form-check"> <div class="form-check">
<input class="form-check-input" <input checked="#{cc.attrs.value ? 'checked': null}"
class="form-check-input"
id="#{cc.attrs.inputId}" id="#{cc.attrs.inputId}"
name="#{cc.attrs.name}" name="#{cc.attrs.name}"
type="checkbox" type="checkbox" />
value="#{cc.attrs.value}" />
<label for="#{cc.attrs.inputId}">#{cc.attrs.label}</label> <label for="#{cc.attrs.inputId}">#{cc.attrs.label}</label>
</div> </div>
</cc:implementation> </cc:implementation>