Hi thicket
There is nothing better than extra pair of eyes. Thanks again.
I fixed that checkbox with one line
$html = ‘<input type=”checkbox” name=”Enabledescription” value=”1″ ‘. checked( $enable_description , 1 , false) .’ />’;
But the result is the same.
Thanks again.