Hi i have added a remember me checkbox in login template in the following way. The user will be redirected to the login template after clicking on signout. My requirement is when user logs in with remember me checkbox checked he should return to login page with checkbox checked, similarly when user logs in with remember me checkbox unchecked he should return to login page with checkbox uncheked. Please help me how to do this?
<div class="remember-me-div">
<label class="checkbox">
<input type="checkbox" name="remember-me">
<span class="rememberme-txt">Remember me</span>
</label>
</div>