Checkbox radio
The setting field type Checkbox Radio
Arguments
Name | Type | Value | Description |
| string | radio | The type of setting |
| string | {field_name} | The unique name will be used in template |
| string | (optional) | The label that appears above of the setting field. |
| string | (optional) | The description that appears above under of the setting field. |
| string | (optional) | The long description that appears on the tooltip when hover on. |
| string | (optional) | The default value will be used for the first time. |
| object | required |
|
| object | (optional) | Add listener events for setting field (Supported all event ) |
Code example
How it works
Last updated