on Option Selected
abstract fun onOptionSelected(@NonNull formField: ChoiceFormField, @NonNull formElement: ChoiceFormElement, @NonNull selectedOptionIndexes: List<Integer>)
Called when choice field option has been selected.
Parameters
form Field
Updated form field.
form Element
Form element that has been changed.
selected Option Indexes
List of indexes of selected options.