Closed
Description
Bug, feature request, or proposal:
MdCheckbox component have different size then in the Material documentation. I found this issue when I was comparing Material2 checkbox and material-components-web checkbox.
What is the expected behavior?
I am expecting MdCheckbox to have the same sizing as is in documentation: https://material.io/guidelines/components/selection-controls.html#selection-controls-checkbox which is 18px.
I believe that this mistake/decision was made to unify the size with MdRadio which is 20px wide.
What is the current behavior?
Current MdCheckbox have 20px.
What is the use-case or motivation for changing an existing behavior?
20px checkbox looks too huge. Also this library should follow the documentation.