Type alias ToggleRadioCallback
ToggleRadioCallback: ((event: SyntheticEvent<HTMLInputElement>, answerId: string, questionAnswerIds: string[], checked: boolean) => void)
Type declaration
-
- (event: SyntheticEvent<HTMLInputElement>, answerId: string, questionAnswerIds: string[], checked: boolean): void
-
Parameters
-
event: SyntheticEvent<HTMLInputElement>
-
answerId: string
-
questionAnswerIds: string[]
-
checked: boolean
Returns void