describe('COMPONENTS - <Checkbox>', () => {
  test('render Checkbox', () => {
    const component = setup();

    expect(component).toMatchSnapshot();