Extend Forms Prevalues to include media picker for each item

Hi,

I’m looking to create a custom Umbraco (13) Forms field type based on the RadioButtonList type, only each pre-value item needs to be able to have an associated media item. This is effectively to create a ‘Radio-button-with-icon list’ form input on the front-end.

My question is, is it possible to extend the default pre-value editor to include a media picker on each item or would it be a case of removing the default pre-values and adding a custom Setting to act as a replacement for the pre-value editor?

Any pointers welcome, thanks :slight_smile:

The conclusion I drew was to create a field Setting to effectively replicate and extend what the pre-values does, and disable the actual pre-values.