You can disable either the entire radio group (by passing the disabled prop) or a single option via the options. The example
below shows how to do the latter:
Inputs have full form support. You can use the isRequired and name attributes as needed.
The first one does what it says it does, while the latter sets the name attribute so you can access the input in, for example,
the FormData returned by a submission. Here’s an example showing how to set both of them: