// Copyright (C) The Arvados Authors. All rights reserved. // // SPDX-License-Identifier: AGPL-3.0 import React from 'react'; import { WrappedFieldProps } from 'redux-form'; import { FormControlLabel, Checkbox } from '@material-ui/core'; export const CheckboxField = (props: WrappedFieldProps & { label?: string }) => } label={props.label} />;