Radio Button on the List Items
Hi,
I got the Radio Buttons on the List widget,
Problem: The selected radio Button stays only when we Hover on it. It should be selected after hovering or until the next list item is selected.

Used the following CSS:
ptcs-list::part(item-value)::before{
content:url('../Common/thingworx/widgets/dhxgrid/images/radio-unfilled.png');
margin: 10px;
}
ptcs-list::part(item-value):hover::before{
content:url('../Common/thingworx/widgets/dhxgrid/images/radio-filled.png');
margin:10px;
}
Any workarounds over here can be done?
Thanks,

