From 97f5c0aedf809757a03e5e5113adbb2bc1cb7113 Mon Sep 17 00:00:00 2001 From: Jesse Greenberg Date: Wed, 10 Jan 2018 18:01:08 -0700 Subject: [PATCH] remove vestigial a11y option, see phetsims/tasks#908 --- js/VerticalCheckBoxGroup.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/VerticalCheckBoxGroup.js b/js/VerticalCheckBoxGroup.js index 1d5abffc..ab51509c 100644 --- a/js/VerticalCheckBoxGroup.js +++ b/js/VerticalCheckBoxGroup.js @@ -49,7 +49,6 @@ define( function( require ) { //Attach each item to an invisible strut to make the widths match. var content = new Path( Shape.rect( 0, 0, maxWidth + options.padding - offset, 0 ), { children: [ item.content ] } ); var checkBox = new CheckBox( content, item.property, { - textDescription: item.label + ': Checkbox (' + 'unchecked' + ')', checkBoxColor: options.checkBoxColor, boxWidth: options.boxWidth, tandem: item.tandem || Tandem.optional