interface RadioGroupProps @formium/react| Props | Description | 
|---|---|
| disabled | booleanWhether the group and all its radios are disabled. Required | 
| id | stringUnique identifier field. Required | 
| name | stringName of the group (i.e. the administrative key), used to link radio buttons together in HTML. Required | 
| onBlur | (event: SyntheticEvent) => voidEvent handler invoked when input is blurred. Required | 
| onChange | (event: SyntheticEvent) => voidCallback invoked when the currently selected radio changes.
Use  Required | 
| options | |
| required | booleanWhether the group is required. Required | 
| value | stringValue of the selected radio. The child with this value will be  Required | 
Build forms, without the tears.
Resources
hello@formium.io — Copyright © 2020 Formium, Inc. All rights reserved.