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