$(document).ready(function() { if ( $("#adressClone").prop("checked") ) { $("input#adress2").val( $("input#adress1").val(); } });