Need help in the process of creating your own WordPress theme?
Switch option type.
| Name | Type | Default | Description |
|---|---|---|---|
| on | string|number |
"on" |
Specify a different value for on state. |
| off | string|number |
"off" |
Specify a different value for off state. |
| Name | Type | Default | Description |
|---|---|---|---|
| value | string|number |
"off" |
Any string or number type value. |
{
id: "title",
type: "switch"
}
{
id: "enable-title",
type: "switch",
config: {
on: "yes",
off: "no",
},
defaultValue: {
value: "yes"
}
}