FIX_CGL_LABEL
This commit is contained in:
parent
fcb650288a
commit
481a9c430c
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user