FIX_CGL_LABEL

This commit is contained in:
Srinivas-Saravanan 2025-05-07 12:44:46 +05:30
parent fcb650288a
commit 481a9c430c

View File

@ -14,7 +14,7 @@
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" id="multi_floater" name="risk_location" value="multi_with_floter"
<?= isset($lead_edit_data['risk_location']) && $lead_edit_data['risk_location'] == 'multi_with_floter' ? 'checked' : ''; ?>>
<label class="form-check-label" for="multi_floater">multi_with_floter</label>
<label class="form-check-label" for="multi_floater">Multi With Floater</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" id="multi_no_floater" name="risk_location" value="multi_without_floter"