mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 06:58:27 +03:00
10 lines
No EOL
541 B
HTML
10 lines
No EOL
541 B
HTML
<span class="e-component e-checkbox inline" tabindex="0" data-bind="click: click, keypress: keypress, 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> |