CustomFieldOptionCreate({bool? disabled, this.optionId, required this.value}) : disabled = disabled ?? false;