mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
6 lines
334 B
HTML
6 lines
334 B
HTML
<div class="form-group mb-3">
|
|
<div class="form-check form-switch">
|
|
<label class="{* label_class or "" *}" for="{* id *}">{* label or "" *}</label> {* icon or "" *}
|
|
<input id="{* id *}" class="form-check-input" type="checkbox" name="{* id *}" value="{* value or 1 *}" {% if checked then %} checked {% end %}>
|
|
</div>
|
|
</div>
|