I have an image on static resource and I am trying to bring that checkbox on the skuid page.
here is the css I am using to bring the checkbox. Please help.
.nx-editor input[type=checkbox] {
box-shadow: 0 0 0;
font-family: Gotham A;
width: 30px;
height: 30px;
margin: 0px 5px 0 0;
vertical-align: middle;
background: url(‘resource/bgCheckbox’) left top no-repeat;
background-size: 30px auto;
cursor: pointer;
left: -20px !important;
}
Thanks,
Pavi
Question
How do i change the styling of checkbox
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.