Skip to content

Commit

Permalink
molecules-and-light regression, phetsims/scenery#753
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Apr 8, 2018
1 parent 1dab482 commit 3dd2e10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/AquaRadioButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ define( function( require ) {
inputType: 'radio',
containerTagName: 'li',
labelTagName: 'label',
appendLabel: true,
appendDescription: true,
a11yNameAttribute: 'aquaRadioButton'
}, options );

Expand Down Expand Up @@ -187,7 +189,7 @@ define( function( require ) {
return this._enabled;
},
get enabled() { return this.getEnabled(); }

}, {

DEFAULT_RADIUS: DEFAULT_RADIUS
Expand Down
2 changes: 2 additions & 0 deletions js/Checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ define( function( require ) {
// a11y
tagName: 'input',
inputType: 'checkbox',
appendLabel: true,
appendDescription: true,

/*
* {function( {Node} checkbox, {boolean} enabled ) }
Expand Down
2 changes: 2 additions & 0 deletions js/buttons/RadioButtonGroupMember.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ define( function( require ) {
// a11y
tagName: 'input',
inputType: 'radio',
appendDescription: true,
appendLabel: true,

tandem: Tandem.required,
phetioType: RadioButtonGroupMemberIO
Expand Down

0 comments on commit 3dd2e10

Please sign in to comment.