|
@@ -332,28 +332,28 @@ if ($point && @$point->data) {
|
|
|
</div>
|
|
|
<div>
|
|
|
<div class="form-check form-check-inline">
|
|
|
- <input class="form-check-input" type="checkbox" id="more_medical_scientific_knowledge"
|
|
|
+ <input class="form-check-input" type="checkbox"
|
|
|
name="visit_gains" value="more_medical_scientific_knowledge" v-model="data.visit_gains">
|
|
|
<label class="form-check-label" for="more_medical_scientific_knowledge">More medical/scientific
|
|
|
knowledge</label>
|
|
|
</div>
|
|
|
<div class="form-check form-check-inline">
|
|
|
- <input class="form-check-input" type="checkbox" id="practical_health_tips"
|
|
|
+ <input class="form-check-input" type="checkbox"
|
|
|
name="visit_gains" value="practical_health_tips" v-model="data.visit_gains">
|
|
|
<label class="form-check-label" for="practical_health_tips">Practical health tips</label>
|
|
|
</div>
|
|
|
<div class="form-check form-check-inline">
|
|
|
- <input class="form-check-input" type="checkbox" id="accountability" name="visit_gains"
|
|
|
+ <input class="form-check-input" type="checkbox" name="visit_gains"
|
|
|
value="accountability" v-model="data.visit_gains">
|
|
|
<label class="form-check-label" for="accountability">Accountability</label>
|
|
|
</div>
|
|
|
<div class="form-check form-check-inline">
|
|
|
- <input class="form-check-input" type="checkbox" id="personalized_plan"
|
|
|
+ <input class="form-check-input" type="checkbox"
|
|
|
name="visit_gains" value="personalized_plan" v-model="data.visit_gains">
|
|
|
<label class="form-check-label" for="personalized_plan">Personalized Plan</label>
|
|
|
</div>
|
|
|
<div class="form-check form-check-inline">
|
|
|
- <input class="form-check-input" type="checkbox" id="other" name="visit_gains" value="other"
|
|
|
+ <input class="form-check-input" type="checkbox" name="visit_gains" value="other"
|
|
|
v-model="data.visit_gains">
|
|
|
<label class="form-check-label" for="other">Other</label>
|
|
|
</div>
|