Fixed a typo
parent
0387b14aac
commit
b3d870eb57
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue