selectedValue
Specifies the field value that represents the selected state. When the checkbox is initialized, the actual value is compared with this value (using a case sensitive comparison) to determine if the checkbox is checked. When the form is submitted, this is the value that is sent if the checkbox is checked. No value is sent for an unchecked checkbox.
Default value
true
Valid values
Any string value.