it('Check A11y', () => {
    cy.get('ngx-checkbox').withinEach($el => {
      cy.checkA11y($el);
    });
  });