I want to use onmousein to choices of radio button how can I code it
When working with Radio-Buttons or Radio-Button-Group, you will have 3 important elements of it.
-
selectedIndex —> https://www.wix.com/velo/reference/$w/radiobuttongroup/selectedindex
-
value — >
https://www.wix.com/velo/reference/$w/radiobuttongroup/value -
options —> https://www.wix.com/velo/reference/$w/radiobuttongroup/options
Now try to find out, which one could be used for your purposes ?
ThankYou @russian-dima , It really worked