If I have a binding: ``` html <div [class.md-radio-checked]="isChecked">...</div> ``` Then the class name added to the element should be `md-radio-checked`. Currently, it is `mdRadioChecked`.
If I have a binding:
Then the class name added to the element should be
md-radio-checked. Currently, it ismdRadioChecked.