Type Alias InlineRadioButtonProps

InlineRadioButtonProps: {
    defaultChecked?: boolean;
    disabled?: boolean;
    label: string;
    value: string;
}

Type declaration

  • OptionaldefaultChecked?: boolean
  • Optionaldisabled?: boolean

    Disabled this specific radio button in the group.

  • label: string
  • value: string