RadioButtonList() function

RadioButtonList() function

Signature

  1. export declare function RadioButtonList<T>({ name, id, options, value, onChange, className, disabled, disabledOptions, }: RadioButtonListProps<T>): JSX.Element;

Import

  1. import { RadioButtonList } from '@grafana/ui';

Parameters

ParameterTypeDescription
{ name, id, options, value, onChange, className, disabled, disabledOptions, }RadioButtonListProps<T>

Returns:

JSX.Element