{"ast":null,"code":"var _this = this,\n    _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Checkbox/invalid.tsx\";\n\nimport React from 'react';\nimport { Checkbox } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport var Example = function Example() {\n  return React.createElement(Checkbox, {\n    isInvalid: true,\n    value: \"invalid\"\n  }, \"Software Development\");\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/Checkbox/invalid.tsx"],"names":["React","Checkbox","Example"],"mappings":";;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,QAAT;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,QAAD;AAAU,IAAA,SAAS,MAAnB;AAAoB,IAAA,KAAK,EAAC;AAA1B,4BADF;AAKD,CANM","sourcesContent":["import React from 'react';\nimport { Checkbox } from 'native-base';\n\nexport const Example = () => {\n  return (\n    <Checkbox isInvalid value=\"invalid\">\n      Software Development\n    </Checkbox>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}