data | data | By default, it will submit true or false depending on the checked state. Use this property to submit a custom value instead. | string | undefined |
indeterminate | indeterminate | If the checkbox should contain a 3rd indeterminate state | boolean | false |
labelPlacement | label-placement | Whether or not the label should go before or after the checkbox | "end" | "start" | 'end' |
originalValue | original-value | Original value form will reset to | boolean | undefined |
required | required | Marks the control as required in the form. This will only affect indeterminate checkboxes. | boolean | false |
value | value | Whether or not the checkbox is active | boolean | undefined |