yiisoft / yii2-bootstrap4

Yii 2 Bootstrap 4 Extension
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
216 stars 106 forks source link

Single checkbox won't apply BS4 style #241

Open lubosdz opened 8 months ago

lubosdz commented 8 months ago

What steps will reproduce the problem?

use yii\bootstrap4\Html;
<?= Html::checkbox('allow_item') ?>

What's expected?

Checkbox with custom BS4 styling.

What do you get instead?

Checkbox with legacy Yii2 styling like via yii\helpers\Html.

Additional info

Q A
Yii vesion 2.0.49.3
PHP version 8.2
Operating system Windows
mtangoo commented 7 months ago

Can you create a PR with a fix?