Interactive testing environment for react-shared components
Current: Default
Radio button component for single-choice selections
Customize the radio button properties and see the changes in real-time
Different radio button states
Example of using multiple independent radio button groups
Typical radio button implementations
idstring - Unique identifier for the radio button
valuestring | number - The radio button value
onChange(e: ChangeEvent<HTMLInputElement>) => void - Change handler
disabledboolean - Disables the radio button
errorboolean - Shows error state styling
classNamestring - Additional CSS classes
childrenReact.ReactNode - Label content for the radio button