1.

What Is Angular Material Checkboxes?

Answer»

md-checkbox, an ANGULAR Directive, is used as a checkbox control.

ATTRIBUTES

  1. * ng-model: Assignable angular expression to data-bind to.
  2. name: Property name of the form under which the control is published.
  3. ng-true-VALUE: The value to which the expression should be set when selected.
  4. ng-false-value: The value to which the expression should be set when not selected.
  5. ng-change: Angular expression to be executed when input changes due to user interaction with the input element.
  6. md-no-ink: Use of attribute indicates use of ripple ink effects.
  7. 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



Discussion

No Comment Found