8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi there,
In the bootstrap5_css() function, the class seems to missing for inline checkbox/radios:
'checkbox-inline' => 'form-check-input',
I think it should be: 'checkbox-inline' => 'form-check-input form-check-inline',
'checkbox-inline' => 'form-check-input form-check-inline',
Jen