Make components more modular
Some components can wrap other components and still provide the same functionality. For example, ToggleButton can wrap Button component and still provide the same functionality.
Make the changes to all such components so that more inheritance is being used.