Home Reference Source

src/components/checkbox/fixtures/comp3.js

export default {
  label: 'Checkbox',
  fancyButton: false,
  promptOnDeselect: false,
  tableView: false,
  modalEdit: true,
  validate: {
    required: true
  },
  key: 'checkbox',
  type: 'checkbox',
  input: true,
  defaultValue: false
};