mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Fixed boolean arg checkboxes
This commit is contained in:
parent
4147ec719b
commit
ab9bc7e390
3 changed files with 22 additions and 17 deletions
|
@ -446,42 +446,42 @@
|
|||
</select>
|
||||
</div>
|
||||
|
||||
<div class="switch option-item">
|
||||
<div class="checkbox option-item">
|
||||
<label for="updateUrl">
|
||||
<input type="checkbox" option="updateUrl" id="updateUrl" checked>
|
||||
Update the URL when the input or recipe changes
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="switch option-item">
|
||||
<div class="checkbox option-item">
|
||||
<label for="showHighlighter">
|
||||
<input type="checkbox" option="showHighlighter" id="showHighlighter" checked>
|
||||
Highlight selected bytes in output and input (when possible)
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="switch option-item">
|
||||
<div class="checkbox option-item">
|
||||
<label for="treatAsUtf8">
|
||||
<input type="checkbox" option="treatAsUtf8" id="treatAsUtf8" checked>
|
||||
Treat output as UTF-8 if possible
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="switch option-item">
|
||||
<div class="checkbox option-item">
|
||||
<label for="wordWrap">
|
||||
<input type="checkbox" option="wordWrap" id="wordWrap" checked>
|
||||
Word wrap the input and output
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="switch option-item">
|
||||
<div class="checkbox option-item">
|
||||
<label for="showErrors">
|
||||
<input type="checkbox" option="showErrors" id="showErrors" checked>
|
||||
Operation error reporting (recommended)
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="switch option-item">
|
||||
<div class="checkbox option-item">
|
||||
<label for="useMetaKey">
|
||||
<input type="checkbox" option="useMetaKey" id="useMetaKey">
|
||||
Use meta key for keybindings (Windows ⊞/Command ⌘)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue