static string createChoiceName(object $choice, int|string $key, string $value)
Creates the field name for a choice.
This method is used to generate field names if the underlying object has a single-column integer ID. In that case, the value of the field is the ID of the object. That ID is also used as field name.
Please login to continue.