Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

References

Example

...

Usage

Use mat-radio for all instances of <input type="radio"> on the platform.Structure

Code Block
<mat-radio-group>
  <label>Radio Group Label</label>
  <mat-radio-button value="1">Option 1</mat-radio-button>
  <mat-radio-button value="2">Option 2</mat-radio-button>
  <mat-radio-button value="3">Option 3</mat-radio-button>
</mat-radio-group>Usage

Container

  • Every radio button group should have a mat-radio

...

  • -group container, which formats its' content styles and spacing, and facilitates the label for a checkbox group.

Label

  • Use <label> for input labels

Input

  • Use mat-radio for all instances of <input type="radio">