```jsx const { RadioList } = require('./radio'); const FormGroup = require('./group').default; const Label = require('./label').default; const Legend = require('./legend').default; Who killed the radio star? ; ``` #### Radio input validation ```jsx const { RadioList } = require('./radio'); const FormGroup = require('./group').default; const Legend = require('./legend').default; const FormMeta = require('./meta').default; const Label = require('./label').default;
Who killed the radio star? TV Netflix You are the best ! Who killed the radio star? TV Netflix Are you sure ? Who killed the radio star? TV Netflix You need to select one
; ```