Get started   Components   Icons   What's New
  Get a License
⚡️New Release! Material X components for Angular⚡ view demo

RadioButton api is the same as original

Additional options

Extending RadioButton label with the helper text

Using RadioButton in dense layouts by adding mat-dense-radiogroup directive to RadioGroup

Puting a RadioButton inside the SetListItem component

Go to examples

To extend a set of accepted values for the color attibute, we have to use additional directive set-color (due to Angular Material API limitations). Together with set-color attribute, color attribute supports following values: black, primary, positive, attention, warning, alt-primary, alt-positive, alt-attention, alt-warning

Refer to the original Angular Material component API