mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-11 01:07:39 +08:00
4 lines
No EOL
231 B
HTML
4 lines
No EOL
231 B
HTML
<label data-bind="click: toggle, css: {'inline': inline}">
|
|
<i data-bind="css: value() ? 'icon-checkbox-checked' : 'icon-checkbox-unchecked'"></i>
|
|
<span class="i18n" data-bind="attr: {'data-i18n-text': label}"></span>
|
|
</label> |