// import React from 'react' // import renderer from 'react-test-renderer' // import Checkbox from '.' // describe('Checkbox', () => { // it ('Rendering Checkbox without crashing', () => { // const result = renderer.create( // {}} // /> // ).toJSON() // expect(result).toMatchSnapshot() // }) // })