We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cedd4 commit d9029b3Copy full SHA for d9029b3
js/AquaRadioButton.js
@@ -56,7 +56,7 @@ define( function( require ) {
56
57
var self = this;
58
59
- // @private
+ // @private - converted to an AXON/Property from a property to support PhET-iO
60
this.enabledProperty = new BooleanProperty( options.enabled, {
61
tandem: options.tandem.createTandem( 'enabledProperty' ),
62
phetioInstanceDocumentation: 'Determines whether the AquaRadioButton is enabled (pressable) or disabled (grayed-out).'
0 commit comments