diff --git a/js/common/view/CoulombsLawCommonView.js b/js/common/view/CoulombsLawCommonView.js index 84f0834..ad62415 100644 --- a/js/common/view/CoulombsLawCommonView.js +++ b/js/common/view/CoulombsLawCommonView.js @@ -81,7 +81,7 @@ define( function( require ) { // construct checkbox item list var checkboxItems = [ - new ISLCCheckboxItem( forceValuesString, coulombsLawModel.forceValuesProperty, { + new ISLCCheckboxItem( forceValuesString, coulombsLawModel.showForceValuesProperty, { tandem: tandem.createTandem( 'forceValuesCheckbox' ) } ), new ISLCCheckboxItem( scientificNotationString, coulombsLawModel.scientificNotationProperty, { @@ -89,7 +89,7 @@ define( function( require ) { } ) ]; - coulombsLawModel.forceValuesProperty.link( function( showValues ) { + coulombsLawModel.showForceValuesProperty.link( function( showValues ) { checkboxItems[ 1 ].enabled = showValues; } ); diff --git a/js/phet-io/coulombs-law-phet-io-elements-baseline.js b/js/phet-io/coulombs-law-phet-io-elements-baseline.js index afb333e..6d26671 100644 --- a/js/phet-io/coulombs-law-phet-io-elements-baseline.js +++ b/js/phet-io/coulombs-law-phet-io-elements-baseline.js @@ -155,7 +155,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioStudioControl": true, "phetioTypeName": "DerivedPropertyIO." }, - "coulombsLaw.atomicScreen.coulombsLawAtomicScreen.model.forceValuesProperty": { + "coulombsLaw.atomicScreen.coulombsLawAtomicScreen.model.rulerPositionProperty": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -164,9 +164,9 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioReadOnly": false, "phetioState": true, "phetioStudioControl": true, - "phetioTypeName": "PropertyIO." + "phetioTypeName": "PropertyIO." }, - "coulombsLaw.atomicScreen.coulombsLawAtomicScreen.model.rulerPositionProperty": { + "coulombsLaw.atomicScreen.coulombsLawAtomicScreen.model.scientificNotationProperty": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -175,9 +175,9 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioReadOnly": false, "phetioState": true, "phetioStudioControl": true, - "phetioTypeName": "PropertyIO." + "phetioTypeName": "PropertyIO." }, - "coulombsLaw.atomicScreen.coulombsLawAtomicScreen.model.scientificNotationProperty": { + "coulombsLaw.atomicScreen.coulombsLawAtomicScreen.model.showForceValuesProperty": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -6579,7 +6579,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioStudioControl": true, "phetioTypeName": "DerivedPropertyIO." }, - "coulombsLaw.macroScreen.coulombsLawMacroScreen.model.forceValuesProperty": { + "coulombsLaw.macroScreen.coulombsLawMacroScreen.model.rulerPositionProperty": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -6588,9 +6588,9 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioReadOnly": false, "phetioState": true, "phetioStudioControl": true, - "phetioTypeName": "PropertyIO." + "phetioTypeName": "PropertyIO." }, - "coulombsLaw.macroScreen.coulombsLawMacroScreen.model.rulerPositionProperty": { + "coulombsLaw.macroScreen.coulombsLawMacroScreen.model.scientificNotationProperty": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -6599,9 +6599,9 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioReadOnly": false, "phetioState": true, "phetioStudioControl": true, - "phetioTypeName": "PropertyIO." + "phetioTypeName": "PropertyIO." }, - "coulombsLaw.macroScreen.coulombsLawMacroScreen.model.scientificNotationProperty": { + "coulombsLaw.macroScreen.coulombsLawMacroScreen.model.showForceValuesProperty": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false,