Hello and welcome to our forums!
The first thing that comes to mind:
<?php
$html = $this->formRadio()
->setSeparator('</div><div class="form-check">')
->render($element);
?>
<div class="form-check"><?= $html ?></div>
Hello and welcome to our forums!
The first thing that comes to mind:
<?php
$html = $this->formRadio()
->setSeparator('</div><div class="form-check">')
->render($element);
?>
<div class="form-check"><?= $html ?></div>