mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Added ko toggle bindingHandler
This commit is contained in:
parent
17cb093b32
commit
ec5d570ac6
4 changed files with 25 additions and 16 deletions
|
|
@ -25,7 +25,7 @@
|
|||
</div>
|
||||
<div id="plugin-Login-BottomControlGroup"></div>
|
||||
<div class="controls" style="display: flex">
|
||||
<div class="e-checkbox" tabindex="0" data-bind="click: toggleSignMe, onSpace: toggleSignMe">
|
||||
<div class="e-checkbox" tabindex="0" data-bind="toggle: signMe">
|
||||
<i role="checkbox" class="fontastic" data-bind="text: signMe() ? '☑' : '☐'"></i>
|
||||
<span data-i18n="LOGIN/LABEL_SIGN_ME"></span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue