export const configProps = {
  value: true,
  label: 'Boolean label',
  helperText: 'Test helper text',
  caption: 'Boolean caption',
  validatemessage: '',
  hideLabel: false,
  testId: '12345678',
  additionalProps: {},
  displayMode: '',
  variant: '',
  trueLabel: 'True',
  falseLabel: 'False',
  disabled: false,
  readOnly: false,
  required: true,
  status: ''
};

export const stateProps = {
  value: '.Test'
};
