Skip to content

RadioButtonInteractionStateProperty

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/buttons/RadioButtonInteractionStateProperty.ts for the most up-to-date information.

Overview

A DerivedProperty that maps ButtonModel states to the states needed by the radio button view.

@author Aaron Davis (PhET Interactive Simulations)

Class RadioButtonInteractionStateProperty

import { RadioButtonInteractionStateProperty } from 'scenerystack/sun';

Constructor

new RadioButtonInteractionStateProperty( buttonModel : ButtonModel, property : TProperty<T>, value : T )

Instance Methods

Source Code

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