Actual Behavior:
md-checkbox is not showing tick mark in IE 11 browsermd-checkbox should show tick mark in IE 11 browser?CodePen (or steps to reproduce the issue): *
CodePen Demo which shows your ``issue: <div ng-repeat="userrole in userManager.UserRoles">
<md-checkbox class="md-primary" ng-model="userrole.Value" ng-true-value="'true'" ng-false-value="'false'">
<span> {{ userrole.RoleName }}</span>
</md-checkbox>
</div>Details:Angular Versions: *
1.5.8:Angular Material Version:1.1.3Additional Information:
Browser Type: IE *Browser Version: 11.0.96*OS: Windows*Stack Traces:Shortcut to create a new CodePen Demo.
Note: * indicates required information. Without this information, your issue may be auto-closed.
Do not modify the titles or questions. Simply add your responses to the ends of the questions.
Add more lines if needed.``
Please provide a codepen so we can investigate further.
Refer this Link : https://jsfiddle.net/a8zco7nt/11/
For both IE & EDGE
Is this what you are seeing? This is a screenshot from Edge and I'm seeing the same on IE11 (using this CodePen, in debug view, since JSFiddle does not support IE11).
It seems to be caused by the border-collapse: collapse; styling. I'm not yet sure why.
Most helpful comment
Refer this Link : https://jsfiddle.net/a8zco7nt/11/
For both IE & EDGE