mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 16:28:00 +08:00
10 lines
No EOL
537 B
HTML
10 lines
No EOL
537 B
HTML
<span class="e-component e-checkbox inline" tabindex="0" data-bind="click: click, onSpace: click, css: { 'disabled': disable() || !enable() }">
|
|
<i role="checkbox" class="e-checkbox-icon" 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': label}, css: {'i18n-animation': labelAnimated}"></span>
|
|
<!-- /ko -->
|
|
</span> |