Skip to content

Radio Group

A radio group is a collection of radio buttons that are displayed vertically.

API Documentation

Import

Terminal window
import { RadioGroup } from "@aeonkit/react";

Usage

Default

Use the RadioGroup component to create a radio group. Use the RadioGroup.Item component to create radio buttons.

Props

API Interface: RadioGroupProps