Hi catherine,
How to create child theme?
https://codex.wordpress.org/Child_Themes
We also have replied many times in forum so that you may search it in forum too.
In functions.php of the child theme, create your widgets and register them. Just copy the parent widget, change the name of widget like Theme Horse Child: Featured Page Widget, make customisation and create your custom widget. If you do this, the widgets of parent theme and child both will appear. Use your custom widget of child theme instead of the parent theme.
Just making same file structure in the child theme like /inc/widgets won’t overwrite the parent file. Hope this helps.
Thank you!