import { storiesOf } from "@storybook/react"; import * as React from "react"; import { Radio } from "../"; storiesOf("Radio", module).add("Examples", () => (

Exclusive buttons

I accept the terms
I don't accept the terms

Not-Exclusive buttons

I accept the terms
I don't accept the terms Disabled
));