checkbox

//check settiings schem
//inside the settings object
//settings: {
{
  "key": {
    "type": "checkbox",
    "label": {
      "ar": "العنوان",
      "en": "text"
    },
    "option": {
      "ar": "إظهار",
      "en": "Display menu"
    },
    "noLabel": true,
    "info": {
      "ar": "نص توضيحي",
      "en": "info text"
    }
  }
}
//}

Last updated

Was this helpful?