Lo imagine jijiji, bueno, lo hice con jQuery, y quedo algo asi mas o menos:
Código PHP:
Ver original<?php if ($row['type'] == 0) { ?>
<script>
$(document).ready(function(){
$('#video').attr("checked", "checked");
});
</script>
<?php } elseif ($row['type'] == 1) { ?>
<script>
$(document).ready(function(){
$('#imagen').attr("checked", "checked");
});
</script>
<?php } ?>
Mil gracias chicos !!!!