> Available since version: `1.0.0`

> Styling from Mekari UI Toolkit that must be used on this component are (or with its `.scss`):
> - `./css/components/reboot-bootstrap`
> - `./css/components/form`

Form radio component act just like radio element (`<input type="radio">`) on native HTML. Form radio component is based on [BootstraVue v2.21.1](https://bootstrap-vue.org/docs/components/form-radio), so for more information you can see the [BootstraVue](https://bootstrap-vue.org/docs/components/form-radio) page.

You can import the Form Select component with this:
```js
import { MFormRadio, MFormRadioGroup } from '@mekari/mekari-ui-vue/src';

// For more usage, you can see here:
// https://bootstrap-vue.org/docs/components/form-radio
```
