material-bread
material-bread copied to clipboard
Fix crash when using checkedIcon and add support disabled color
This PR fix an issue on Checkbox component. When using "checkedIcon", the app will crash if I didn't send "icon" props. Because it get related value from "icon". Also this PR added a new props "disabledColor". If user need a custom color when set disable status, current component didn't support it.