Home Reference Source

src/components/radio/fixtures/comp1.js

export default {
  'conditional': {
    'eq': '',
    'when': null,
    'show': ''
  },
  'tags': [

  ],
  'type': 'radio',
  'validate': {
    'customPrivate': false,
    'custom': '',
    'required': false
  },
  'persistent': true,
  'protected': false,
  'defaultValue': '',
  'values': [
    {
      'label': 'Red',
      'value': 'red'
    },
    {
      'label': 'Green',
      'value': 'green'
    },
    {
      'label': 'Blue',
      'value': 'blue'
    },
    {
      'label': 'Yellow',
      'value': 'yellow'
    }
  ],
  'key': 'favoriteColor',
  'label': 'Favorite Color',
  'inputType': 'radio',
  'tableView': true,
  'input': true
};