Menus
Radio Group
This component is used to display a set of options where only one can be checked.
API Reference
Section titled API ReferenceRoot
Section titled RootHTMLAttributes
Ref<RadioGroupInstance>
A radio group consists of options where only one of them can be checked. Each option is provided as a radio (i.e., a selectable element).
Props
Section titled PropsCallbacks
Section titled CallbacksInstance
Section titled InstanceItem
Section titled ItemHTMLAttributes
Ref<HTMLElement>
A radio represents a option that a user can select inside of a radio group. Only one radio can be checked in a group.
Props
Section titled PropsCallbacks
Section titled CallbacksData Attributes
Section titled Data AttributesPrevious