Back to migration overview
BFormRadio Migration
Migration notes for BFormRadio from BootstrapVue to BootstrapVueNext.
BFormRadio Migration
Summary
Migration notes for BFormRadio from BootstrapVue to BootstrapVueNext.
Affected APIs
- BFormRadio
- BFormRadioGroup
- BFormCheckboxGroup
- BFormSelect
Breaking Change
See BForm Components
BFormRadioGroup, BFormCheckboxGroup, and BFormSelect now provide TypeScript type safety for the options prop: the v-model type is inferred from the option values. See the Type-Safe Options reference for details.
Migration Notes
- Extracted from the canonical BootstrapVue → BootstrapVueNext migration guide.
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