I want to pass the item variable dynamic into this property e.g. If the item has value of 35 it will become this.BookingConfirmationFormsState35
onChange( event, item ){
   console.log( this.BookingConfirmationFormsState+item ); // Doesn't work
}
 
     
    