<div class="container"> <table class="table table-striped-columns"> <thead> <tr> <th>Назва</th> <th>Відображення на сайті</th> <th>Направляти до оператора</th> </tr> </thead> <tbody> <tr> <td>VMK Group</td> <td> <div class="form-check form-switch form-switch-xl"> <input class="form-check-input" type="checkbox" id="vmk-enable" checked> <label class="form-check-label" for="vmk-enable">Увімкнути</label> </div> </td> <td> <div class="form-check form-switch form-switch-xl"> <input class="form-check-input" type="checkbox" id="vmk-forced"> <label class="form-check-label" for="vmk-forced">Форсувати</label> </div> </td> </tbody> </table> </div>