import QosSelect from './QosSelect' import React from 'react' import { Checkbox, FormControlLabel, Tooltip } from '@material-ui/core' import { publishActions } from '../../../actions' import { bindActionCreators } from 'redux' import { AppState } from '../../../reducers' import { connect } from 'react-redux' export function RetainSwitch(props: { retain: boolean; actions: typeof publishActions }) { const labelStyle = { margin: '0 8px 0 8px' } return (