Radio button with bootstrap4

Hello and welcome to our forums! :smiley:

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>
1 Like