1.

What Is Angular Material Radio Buttons?

Answer»

The md-RADIO-group and md-radio-button Angular directives are used to show radio BUTTONS in the applcation. md-radio-group is the grouping container for md-radio-button elements.

Attributes - md-radio-group

  1. * ng-model: Assignable angular expression to data-bind to.
  2. md-no-ink: Use of attribute indicates FLAG to disable ink ripple effects.

Attributes - md-radio-button

  1. * ng-model: Assignable angular expression to data-bind to.
  2. * ngValue: Angular expression which sets the value to which the expression should be set when selected.
  3. * value: The value to which the expression should be set when selected.
  4. ngChange: Angular expression to be executed when input changes due to user interaction with the input element.
  5. name: Property name of the form under which the control is published.
  6. aria-label: Adds label to radio button for accessibility. DEFAULTS to radio button's text. If no text content is available, a warning will be LOGGED.

The md-radio-group and md-radio-button Angular directives are used to show radio buttons in the applcation. md-radio-group is the grouping container for md-radio-button elements.

Attributes - md-radio-group

Attributes - md-radio-button



Discussion

No Comment Found