1) In AddItems component, refactor radioInputOptions object to follow DRY principles;
2) In AddItems component, remove logic that checkes whether item name string is empty;
3) Pass 'label' prop instead of 'children' prop into TextInputElement and RadioInputElement;
4) Pass 'required' as a prop into TextInputElement and RadioInputElement.
Summary
1) In AddItems component, refactor radioInputOptions object to follow DRY principles;
2) In AddItems component, remove logic that checkes whether item name string is empty;
3) Pass 'label' prop instead of 'children' prop into TextInputElement and RadioInputElement;
4) Pass 'required' as a prop into TextInputElement and RadioInputElement.