import { Radio } from '@patternfly/react-core';

export const RadioReversed: React.FunctionComponent = () => (
  <Radio labelPosition="start" label="Reversed radio example" id="radio-reversed" name="radio-3" />
);
