Typeahead default to off

This commit is contained in:
Neale Pickett 2022-04-21 14:36:08 -06:00
parent e13e0c859c
commit 1229fa940d
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@
<span class="mdl-switch__label">Iambic mode B</span>
</label>
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect" for="iambic-typeahead">
<input type="checkbox" id="iambic-typeahead" class="mdl-switch__input" checked>
<input type="checkbox" id="iambic-typeahead" class="mdl-switch__input">
<span class="mdl-switch__label">Iambic typeahead</span>
</label>
</p>