Skip to content

VerticalCheckboxGroup

Under Construction

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

Overview

Convenience type for creating a group of Checkboxes with vertical orientation.

@author Sam Reid (PhET Interactive Simulations) @author Chris Malley (PixelZoom, Inc.)

Class VerticalCheckboxGroup

import { VerticalCheckboxGroup } from 'scenerystack/sun';

Constructor

new VerticalCheckboxGroup( items : VerticalCheckboxGroupItem[], providedOptions? : VerticalCheckboxGroupOptions )

Instance Methods

dispose()

Type VerticalCheckboxGroupItem

import type { VerticalCheckboxGroupItem } from 'scenerystack/sun';

Type VerticalCheckboxGroupOptions

import type { VerticalCheckboxGroupOptions } from 'scenerystack/sun';

Source Code

See the source for VerticalCheckboxGroup.ts in the sun repository.