References

Usage Rules

Although we have mat-select available for use, we should instead use search-select for all dropdown instances. Rationale for always using search select:

Example

Input

Dropdown

Usage

Structure

<div class="mat-form-option">
  <label>Checkbox Group Label</label>
  <mat-checkbox>Option 1<mat-checkbox>
  <mat-checkbox>Option 2<mat-checkbox>
  <mat-checkbox>Option 3<mat-checkbox>
</div>

Container

Label

Input