Monday, August 22, 2016

radio button



<tbody>
<tr>
  <th><label class="reqd-right">Display on Dossier Report*</label></th>
  <td>
    <input type="radio" ng-model="event.onDossier" ng-change="checkStuff()" value="yes">Yes
    <input type="radio" ng-model="event.onDossier" ng-change="checkStuff()" value="no">No<br/>
  </td>
</tr>
</tbody>


<label class="cfaesProfile_label">Formal Student Evaluation*</label>
  <input type="radio" ng-model="event.formalStudentEval" ng-change="checkformalStudentEval()"         value="yes">Yes
  <input type="radio" ng-model="goal.formalStudentEval" ng-change="checkformalStudentEval()"         value="no">No

No comments:

Post a Comment