mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-10 16:58:07 +08:00
7 lines
No EOL
340 B
HTML
7 lines
No EOL
340 B
HTML
<label class="e-component e-checkbox" data-bind="css: {'inline': inline, 'disabled': disable() || !enable() }">
|
|
<input type="checkbox" data-bind="checked: value, disable: disable() || !enable()" />
|
|
<!-- ko if: labeled -->
|
|
|
|
<span class="sub-label i18n" data-bind="attr: {'data-i18n-text': label}"></span>
|
|
<!-- /ko -->
|
|
</label> |