eqeqwan21

obj.html

Jul 19th, 2025
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.47 KB | None | 0 0
  1.             <div class="pl-1 mt-2">
  2.                 <div class="custom-control custom-switch">
  3.                     <input type="checkbox"
  4.                           class="custom-control-input"
  5.                           id="toggleStats"
  6.                           checked>
  7.                     <label class="custom-control-label" for="toggleStats">
  8.                         {% trans "Show statistics" %}
  9.                     </label>
  10.                 </div>
  11.             </div>
Advertisement
Add Comment
Please, Sign In to add comment