Greetings,
I’m trying to replace a checkbox (UI only field) with an image that will allow a user to enter more details if they click on it. The CSS that I’m using is:
.custom-checkbox input[type=checkbox]{    width: 20px;<br>    height: 20px;<br>    background-size: 20px 20px;<br>    position:relative;<br>    float: right;<br>    background: url('image.png<a target="_blank" rel="nofollow" href="http://f')" title="Link http//for-maccom/assets/blue-checkboxgif">')</a>;<br>}
It resizes the checkbox, but doesn’t display the image. 
Any help would be appreciated.
