|
Answer» md-checkbox, an ANGULAR Directive, is used as a checkbox control.
ATTRIBUTES
- * ng-model: Assignable angular expression to data-bind to.
- name: Property name of the form under which the control is published.
- ng-true-VALUE: The value to which the expression should be set when selected.
- ng-false-value: The value to which the expression should be set when not selected.
- ng-change: Angular expression to be executed when input changes due to user interaction with the input element.
- md-no-ink: Use of attribute indicates use of ripple ink effects.
- aria-label: ADDS label to checkbox for accessibility. Defaults to checkbox's text. If no default text is found, a warning will be LOGGED.
md-checkbox, an Angular Directive, is used as a checkbox control. Attributes
|