GridCheckbox¶
Overview¶
Checkbox for showing/hiding grid lines for a graph. See https://github.com/phetsims/graphing-lines/issues/91.
@author Chris Malley (PixelZoom, Inc.)
Class GridCheckbox¶
Constructor¶
new GridCheckbox( property : Property<boolean>, providedOptions? : GridCheckboxOptions )¶
Instance Methods¶
Type GridCheckboxOptions¶
- iconOptions?: GridIconOptions
- & CheckboxOptions
Source Code¶
See the source for GridCheckbox.ts in the scenery-phet repository.