I have the following App structure
RegistrationView (holds the data logic like get, post)
- RegistrationForm (holds the form)
-- Registration Radio Component (radio buttons rendered on delivered data from view)
and I would like to be able to pass down data from view to radios Component as props to be rendered and interact with parent form component. Is this possible?