<Field>
                    <FieldRow>
                        <FieldLabel htmlFor={threadsCheckboxId}>{t('RetentionPolicy_DoNotPruneThreads')}</FieldLabel>
                        <CheckBox id={threadsCheckboxId} {...register('threads')} />
                    </FieldRow>