David Nguyeneplus.dev·Sep 16, 2024Self-review: Build a Radio Group Component - Advanced ReactIn the RadioGroup component, when cloning each child element (RadioOption), what’s the condition that determines the value of the new checked prop that gets merged into the existing props of each RadioOption component? Recall that the RadioGroup comp...26 readsAdvanced ReactSelf-review: Build a Radio Group Component - Advanced React