bdd.describe('for <input type="checkbox"> elements', function() {
      bdd.it('should handle direct click', makeFocusClickTest('checkbox-', false));
      bdd.it('should handle click on associated <label>', makeFocusClickTest('labeled-checkbox-', true));
      bdd.it('should handle clock on nested element of associated <label>', makeFocusClickTest('nested-labeled-checkbox-', true));
    });