Back to migration overview
BFormCheckbox Migration
BFormCheckbox mostly follows the shared Vue 3 form-model migration pattern.
BFormCheckbox Migration
Summary
BFormCheckbox mostly follows the shared Vue 3 form-model migration pattern.
Affected APIs
- BFormCheckbox
Breaking Change
BFormCheckbox follows the shared BootstrapVueNext form input model changes.
BootstrapVue's value/input/change patterns move to Vue 3's model-value and update:model-value, which makes this migration mostly mechanical. See BForm Components for the component reference.
Migration Notes
- Extracted from the canonical BootstrapVue → BootstrapVueNext migration guide.
- This entry intentionally stays focused on the shared form-model migration rather than inventing component-specific breaking changes that are not present.
Safe Automatic Rewrite
Yes. This entry is mostly mechanical and can usually be rewritten automatically when the surrounding code matches the documented patterns.
Related Migrations
- None