{"ast":null,"code":"import React from 'react';\nimport { Radio } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport var Example = function Example() {\n  return React.createElement(Radio.Group, {\n    defaultValue: \"2\",\n    name: \"exampleGroup\",\n    accessibilityLabel: \"select prize\"\n  }, React.createElement(Radio, {\n    value: \"1\",\n    my: 1,\n    isDisabled: true\n  }, \"First\"), React.createElement(Radio, {\n    value: \"2\",\n    my: 1\n  }, \"Second\"), React.createElement(Radio, {\n    value: \"3\",\n    my: 1\n  }, \"Third\"));\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Radio/disabled.tsx"],"names":["React","Radio","Example"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,KAAT;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,KAAD,CAAO,KAAP;AACE,IAAA,YAAY,EAAC,GADf;AAEE,IAAA,IAAI,EAAC,cAFP;AAGE,IAAA,kBAAkB,EAAC;AAHrB,KAKE,oBAAC,KAAD;AAAO,IAAA,KAAK,EAAC,GAAb;AAAiB,IAAA,EAAE,EAAE,CAArB;AAAwB,IAAA,UAAU;AAAlC,aALF,EAQE,oBAAC,KAAD;AAAO,IAAA,KAAK,EAAC,GAAb;AAAiB,IAAA,EAAE,EAAE;AAArB,cARF,EAWE,oBAAC,KAAD;AAAO,IAAA,KAAK,EAAC,GAAb;AAAiB,IAAA,EAAE,EAAE;AAArB,aAXF,CADF;AAiBD,CAlBM","sourcesContent":["import React from 'react';\nimport { Radio } from 'native-base';\n\nexport const Example = () => {\n  return (\n    <Radio.Group\n      defaultValue=\"2\"\n      name=\"exampleGroup\"\n      accessibilityLabel=\"select prize\"\n    >\n      <Radio value=\"1\" my={1} isDisabled>\n        First\n      </Radio>\n      <Radio value=\"2\" my={1}>\n        Second\n      </Radio>\n      <Radio value=\"3\" my={1}>\n        Third\n      </Radio>\n    </Radio.Group>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}