<Field>
                    <FieldRow>
                        <FieldLabel htmlFor={pinnedCheckboxId}>{t('RetentionPolicy_DoNotPrunePinned')}</FieldLabel>
                        <CheckBox id={pinnedCheckboxId} {...register('pinned')} />
                    </FieldRow>