Newer
Older
vmk-demo-bot / admin / src / html / partials / bots-multi.html
<div class="bots-multi">
  <div class="form-check form-switch">
    <input class="form-check-input" type="checkbox" role="switch" id="bot-mediceuticals" name="bot-mediceuticals">
    <label class="form-check-label" for="bot-mediceuticals">Mediceuticals</label>
  </div>

  <div class="form-check form-switch">
    <input class="form-check-input" type="checkbox" role="switch" id="bot-kitangroup" name="bot-kitangroup">
    <label class="form-check-label" for="bot-kitangroup">Kitan Group</label>
  </div>

  <div class="form-check form-switch">
    <input class="form-check-input" type="checkbox" role="switch" id="bot-hbloom" name="bot-hbloom">
    <label class="form-check-label" for="bot-hbloom">HBloom</label>
  </div>

  <div class="form-check form-switch">
    <input class="form-check-input" type="checkbox" role="switch" id="bot-nubea" name="bot-nubea">
    <label class="form-check-label" for="bot-nubea">Nubea</label>
  </div>

  <div class="form-check form-switch">
    <input class="form-check-input" type="checkbox" role="switch" id="bot-bosley" name="bot-bosley">
    <label class="form-check-label" for="bot-bosley">BOSLEY</label>
  </div>
</div>