radio-group
Radio Group component is a set of checkable buttons, commonly known as radio buttons, where no more than one button can be checked at a time. It provides a simple and intuitive way to allow users to make a single selection from a group of options. The Radio Group is commonly used in forms and surveys where users need to choose one option from a list. This component ensures exclusive selection within the group, enhancing the user experience in scenarios where mutually exclusive choices are required.
Installation
yarn add @camped-ui/radio-group
Usage
View docs here.