.ajax-login-default-form-container input[type="checkbox"]{
border: 1px solid #000;
height:17px;
width:17px;
color:#000;
background: #FFF;
-webkit-appearance: none;
}
after adding this style, my check box don't show checked. Whats up?
tom