Skip to main content

RadioGroup

Basic Usage

RadioGroup is used to select a single state from multiple options. The default id is '1' in value.

API

RadioGroup

The properties of the RadioGroup are Popover as follows:

PropertyDescriptionTypeDefaultrequired
classNameset class selectorstring-false
styleset the styleReact.CSSProperties-true
valueset children optionalArray<{id: string;name: string}>-true
onChangethe callback function that is triggered when the state changes function(e:Event) => void-false