RadioButtonList() function
RadioButtonList() function
Signature
export declare function RadioButtonList<T>({ name, id, options, value, onChange, className, disabled, disabledOptions, }: RadioButtonListProps<T>): JSX.Element;
Import
import { RadioButtonList } from '@grafana/ui';
Parameters
Parameter | Type | Description |
---|---|---|
{ name, id, options, value, onChange, className, disabled, disabledOptions, } | RadioButtonListProps<T> |
Returns:
JSX.Element