interface RadioGroupItemProps {
    isDisabled?: boolean;
    key: string;
    label: string;
}

Properties

Properties

isDisabled?: boolean

Radio input disabled

key: string

Add identifier

label: string

Radio label

Generated using TypeDoc