mirror of
https://github.com/gchq/CyberChef
synced 2025-12-28 14:13:51 +00:00
Fixed boolean arg checkboxes
This commit is contained in:
@@ -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 ⌘)
|
||||
|
||||
Reference in New Issue
Block a user