How to apply readonly inside forloop in checkbox or disabled checked values in checkbox ramaining empty values will be active
any body help me
<input type="checkbox" class="chkNumberck" value="<?php echo $sub_id; ?>"
<?php for($i=0;$i<$count1;$i++) {
if($sub_id1[$i]==$sub_id){
echo "checked";
}
}
?>
/>