export const events = [
  {
    name: "onCheck",
    description: "Dispacthed when the checkbox is checked.",
  },
  {
    name: "onFocus",
    description: "Dispacthed when the checkbox receive focus.",
  },
];
