Output Events for ion-select-option

I am using Ionic 5 React and trying to add some custom logic to an IonSelect component. Is there an output event for the IonSelectOption component? I can see documentation for this in Ionic v3 Angular but not v5 React. I seem to only be able to bind to events at the IonSelect level, but really I would like to handle things at the IonSelectOption level…

Essentially custom disable logic in the checkbox list when using the multiple select option.