Skip to content

GridCheckbox

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery-phet/blob/main/js/GridCheckbox.ts for the most up-to-date information.

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.