mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
6 lines
300 B
HTML
6 lines
300 B
HTML
<!-- rfc6609 -->
|
|
include
|
|
<input type="text" data-bind="textInput: value">
|
|
<label><input type="checkbox" data-bind="checked: global"> global</label>
|
|
<label><input type="checkbox" data-bind="checked: once"> once</label>
|
|
<label><input type="checkbox" data-bind="checked: optional"> optional</label>
|