I have a repeat control that contains simple checkBox and computed field (doesn't really matter), like this:
[ ] text1
[x] text2
[ ] text3
[x] text4
[x] text5
I want to show additional clickable icon next the current item/row when you hover a mouse pointer over it
[ ] text1
(*) [x] text2
[ ] text3
[x] text4
[x] text5
Is that possible? Thanks
P.S. I need to show that icon regardless of where the mouse cursor (checkbox or text field). I want to show it for the current row (when mouse cursor somewhere within current row)