Widget modifications in a child theme

Widget are not part of hierarchical parent/child theme relation, so you would need to follow more generic development process:

  1. Optionally disable widget registration in parent theme (if possible to do cleanly – with hooks or otherwise).
  2. Extend (as in widget’s PHP class) or fork (copy and modify the code) widget in child theme.
  3. Register your version in child theme.