File: test_switch.html

package info (click to toggle)
python-crispy-bootstrap5 2024.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: python: 1,949; sh: 6; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
<form method="post">
    <div id="div_id_is_company" class="mb-3 form-check form-switch">
        <div class="">
            <input type="checkbox" name="is_company" class="checkboxinput form-check-input" role="checkbox" id="id_is_company" />
            <label for="id_is_company" class="form-check-label">company</label>
            <div id="id_is_company_helptext" class="form-text">is_company help text</div>
        </div>
    </div>
</form>