以jquery为例
var html;$( ".ck" ).click( function() { if( this.checked ) { html = ''; $( "body" ).append( html ); }} );