Skip to content

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

import { GridCheckbox } from 'scenerystack/scenery-phet';

Constructor

new GridCheckbox( property : Property<boolean>, providedOptions? : GridCheckboxOptions )

Instance Methods

Type GridCheckboxOptions

import type { GridCheckboxOptions } from 'scenerystack/scenery-phet';

Source Code

See the source for GridCheckbox.ts in the scenery-phet repository.