任务是在AngularJS的帮助下获取复选框的状态。
方法:
- ng-model用于获取选定的复选框。
- 只需为ng-model设置不同的值,这些值将用于检查是否选择了元素。
- 会弹出一个带有真实值的选定复选框的警报。
范例1:
HTML
GeeksForGeeks
Alternative of ng-checked to get
the checkbox's state in AngularJS
HTML
GeeksForGeeks
Alternative of ng-checked to get the
checkbox's state in AngularJS
Selected Checkboxes = {{selCheckboxes | json}}
输出:
- 在单击按钮之前:
- 单击按钮后:
范例2:
的HTML
GeeksForGeeks
Alternative of ng-checked to get the
checkbox's state in AngularJS
Selected Checkboxes = {{selCheckboxes | json}}
输出: