``` const { RadioList } = require('./radio'); const FormGroup = require('./group').default; const Label = require('./label').default; const Legend = require('./legend').default; Who killed the radio star? ``` #### `disabled` ``` const { RadioList } = require('./radio'); const FormGroup = require('./group').default; const Legend = require('./legend').default; Who killed the radio star? Video TV Netflix ``` #### error ``` const { RadioList } = require('./radio'); const FormGroup = require('./group').default; const Legend = require('./legend').default; const FormMeta = require('./meta').default;
Who killed the radio star? Video TV Netflix Who killed the radio star? Video TV Netflix Who killed the radio star? Video TV Netflix Who killed the radio star? Unexpected children error! Video TV Netflix
``` #### warning ``` const { RadioList } = require('./radio'); const FormGroup = require('./group').default; const Legend = require('./legend').default; const FormMeta = require('./meta').default;
Who killed the radio star? Video TV Netflix Who killed the radio star? Video TV Netflix Who killed the radio star? Video TV Netflix Who killed the radio star? Unexpected children warning! Video TV Netflix
``` #### success ``` const { RadioList } = require('./radio'); const FormGroup = require('./group').default; const Legend = require('./legend').default; const FormMeta = require('./meta').default;
Who killed the radio star? Video TV Netflix Who killed the radio star? Video TV Netflix Who killed the radio star? Video TV Netflix Who killed the radio star? Unexpected children success! Video TV Netflix
``` #### meta before ``` const { RadioList } = require('./radio'); const FormGroup = require('./group').default; const Legend = require('./legend').default; const FormMeta = require('./meta').default; Who killed the radio star? I'm a children of meta Video TV Netflix ```