For advanced customization use cases, auseRadioGroup()hook is exposed. It returns the context value of the parent radio group. The Radio component uses this hook internally. API import{useRadioGroup}from'@mui/material/RadioGroup'; Returns ...
It returns the context value of the parent radio group. The Radio component uses this hook internally. API import { useRadioGroup } from '@mui/material/RadioGroup'; Copy Returns value (object): value.name (string [optional]): The name used to reference the value of the control. value....