如何在複選框被選中時禁用文本框,並在複選框沒有對陣列中的每個表的行進行檢查時啓用該文本框。如何使用checkox在陣列中每行啓用/禁用文本框
這是我的代碼。
<tr>
<td colspan="1" width=""><?php echo $item_name;?></td>
<td colspan="" width="15%" ><input type="checkbox" name="check_approved[]" value="Checked"></td>
<td colspan="" width="10%" ><input type="text" class="form-control" name="remarks[]" required></td>
</tr>