Toggle

Last updated
Was this helpful?

Last updated
Was this helpful?
Was this helpful?
params: [
{
type: 'toggle',
label: 'Show title?',
name: 'show_title',
value: true,
description: 'Show product title',
options: {
values:{
on:{
label: 'Yes',
value: true
},
off: {
label: 'No',
value: false
}
}
}
}
]