Hi, I would like help with a code where based a selection on the radiobutton a particular object is shown.
For example :
I have #radiobutton with the following item (value) : red, blue, yellow
on change (or on select ?)
let selection = #radiobutton.value
if selection = yellow
( “#image” ).show()
else ?
Thanks a lot !