import { View as RadioButtonView } from '@yandex-lego/components/RadioButton/__examples__/view.tsx'
import radioButtonViewSource from '!!raw-loader!@yandex-lego/components/RadioButton/__examples__/view.tsx'
import { Size as RadioButtonSize } from '@yandex-lego/components/RadioButton/__examples__/size.tsx'
import radioButtonSizeSource from '!!raw-loader!@yandex-lego/components/RadioButton/__examples__/size.tsx'

### Оформление радиогруппы

Для различного оформления радиогруппы установите свойство `view` в значение `"default"`.

<Example
    component={RadioButtonView}
    source={radioButtonViewSource}
/>

### Размер радиогруппы

Чтобы изменить размер радиогруппы, установите свойство `size` в одно из следующих значений: `"s"`, `"m"`, `"l"`.

<Example
    component={RadioButtonSize}
    source={radioButtonSizeSource}
/>
