__tests__/components/common/controls/__snapshots__/Checkbox.spec.js.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`COMPONENTS - <Checkbox> render Checkbox 1`] = `
<Box
  className="classified"
  defaultChecked={true}
  onChange={[MockFunction]}
  type="checkbox"
/>
`;