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¶
Constructor¶
new VerticalCheckboxGroup( items : VerticalCheckboxGroupItem[], providedOptions? : VerticalCheckboxGroupOptions )¶
Instance Methods¶
dispose()¶
Type VerticalCheckboxGroupItem¶
- property: PhetioProperty<boolean>
- options?: StrictOmit<CheckboxOptions, "tandem">
- & GroupItemOptions
Type VerticalCheckboxGroupOptions¶
- checkboxOptions?: StrictOmit<CheckboxOptions, "tandem">
- touchAreaXDilation?: number
- mouseAreaXDilation?: number
- & StrictOmit<VBoxOptions, "children">
Source Code¶
See the source for VerticalCheckboxGroup.ts in the sun repository.