Home Reference Source

src/components/selectboxes/fixtures/values.js

export default [
  {
    one: true,
    two: true,
    three: true,
  },
  {
    one: false,
    two: false,
    three: false,
  },
  {
    one: true,
    two: false,
    three: true,
  },
  {
    one: false,
    two: true,
    three: false,
  },
];