Checkbox
This control represens windows checkbox control.
On this page
XML Configuration
Element name: checkbox
| Attribute Name | Type | Required | Default | Description |
| name | String | Yes | n / a | Variable name of user control. Which you can use whether in your template file, or in your extension. |
| friendlyName | String | No | n / a |
Control's friendly name displayed in CMS backend. |
| value | String | No | 1 | Value of the checked state. By default is "1". |
<userControls>
<checkbox name="mychk" friendlyName="My Checkbox" value="some value"></checkbox>
</userControls>