I am trying to add strikethrough when i select a checkbox in my form (Bootstrap v3). I coded this bootply:
This worked for me.
li.my-item:hover span { visibility: visible; } li.my-item span { visibility:hidden; }