Flag of Ukraine
SymfonyCasts stands united with the people of Ukraine
Next Chapter

Challenge #1 of 1


Q: 

Suppose we have this Stimulus value on a controller:

export default class extends Controller {
  static values = {
      colorSelected: Boolean
  }
}

How can we access the colorSelected value?

userVoice