Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single checkbox won't apply BS4 style #241

Open
lubosdz opened this issue Jan 10, 2024 · 1 comment
Open

Single checkbox won't apply BS4 style #241

lubosdz opened this issue Jan 10, 2024 · 1 comment

Comments

@lubosdz
Copy link
Contributor

lubosdz commented Jan 10, 2024

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
Copy link

mtangoo commented Jan 31, 2024

Can you create a PR with a fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants