| labelTextStyle | Label text style. | TextStyle? |
| errorTextStyle | Error text style. | TextStyle? |
| descriptionTextStyle | Description text style. | TextStyle? |
| errorTextSpacing | Spacing between error text and label. | double? |
| labelSpacingLeft | Spacing between label and checkbox. | double? |
| checkColor | Color of the check icon. | Color? |
| backgroundColor | Color of the background. | Color? |
| borderSide | Border side of the checkbox. | BorderSide? |
| activeBackgroundColor | Color of the background when the checkbox is active. | Color? |
| activeBorderSide | Border side of the checkbox when the checkbox is active. | BorderSide? |
| disabledBackgroundColor | Color of the background when the checkbox is disabled. | Color? |
| disabledBorderSide | Border side of the checkbox when the checkbox is disabled. | BorderSide? |
| errorBackgroundColor | Color of the background when the checkbox has an error. | Color? |
| errorBorderSide | Border side of the checkbox when the checkbox has an error. | BorderSide? |
| inverse | Whether the checkbox is inverse. | bool? |
| borderRadius | Border radius of the checkbox. | double? |
| checkboxSize | Size of the checkbox. | double? |
| errorShadow | Shadow of the checkbox when the checkbox has an error. | BoxShadow? |