if(checked){ btn.style.display = "block"; }else{ btn.style.display = "none"; }
btn.style.display = checked?'block':'none';