<div className="file-setting__field-container">
        <div className="file-setting__field">
          <div>Include in Refile?</div>
          <Switch isEnabled={setting.get('includeInRefile')} onToggle={toggleIncludeInRefile} />
        </div>