\r\n The individual radio inputs in\r\n <b-form-radio-group>
can be specified via the\r\n options prop, or via manual placement of the\r\n <b-form-radio>
sub component. When using\r\n manually placed <b-form-radio>
components\r\n within a <b-form-radio-group>
, they will\r\n inherit most props and the v-model from the\r\n <b-form-radio-group>
\r\n
\r\n By default <b-form-radio-group>
generates\r\n inline radio inputs, while\r\n <b-form-radio>
generates stacked radios. Set\r\n the prop stacked
on\r\n <b-form-radio-group>
to make the radios appear\r\n one over the other, or when using radios not in a group, set the\r\n inline
prop on b-form-radio
to true to\r\n render them inline\r\n
\r\n Use the size
prop to control the size of the radio.\r\n The default size is medium. Supported size values are\r\n sm
(small) and lg
(large).\r\n
\r\n Render radios with the look of buttons by setting the prop\r\n buttons
to true
on\r\n <b-form-radio-group>
. Set the button variant by\r\n setting the button-variant
prop to one of the\r\n standard Bootstrap button variants (see\r\n <b-button>
for supported variants). The default\r\n button-variant
is secondary
.\r\n