mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-07 07:06:05 +01:00
12 lines
309 B
HTML
12 lines
309 B
HTML
|
<h3>
|
||
|
Choose what to export
|
||
|
</h3>
|
||
|
<div class="flex-container flexFlowColumn justifyLeft">
|
||
|
{{#each sections}}
|
||
|
<label class="checkbox_label">
|
||
|
<input type="checkbox" value="{{@key}}" checked>
|
||
|
<span data-i18n="{{this}}">{{this}}</span>
|
||
|
</label>
|
||
|
{{/each}}
|
||
|
</div>
|