Migrate `formOptionsMixin` to include in Gl components
`form_checkbox_group.vue` and `form_radio_group.vue` were migrated so they don't depend on their BSV component, but they still use a mixin, `formOptionsMixin` from BSV. Find a way that we can remove this import. We can move the code into both components. We can also create some utilities. Don't use a mixin since that's not recommended in Vue 3.
issue