onOptionSelected

abstract fun onOptionSelected(@NonNull formField: ChoiceFormField, @NonNull formElement: ChoiceFormElement, @NonNull selectedOptionIndexes: List<Integer>)

Called when choice field option has been selected.

Parameters

formField

Updated form field.

formElement

Form element that has been changed.

selectedOptionIndexes

List of indexes of selected options.