[@bigcommerce/checkout-sdk](../README.md) / ChecklistStyles

# Interface: ChecklistStyles

## Hierarchy

- [`BlockElementStyles`](BlockElementStyles.md)

  ↳ **`ChecklistStyles`**

## Table of contents

### Properties

- [backgroundColor](ChecklistStyles.md#backgroundcolor)
- [borderColor](ChecklistStyles.md#bordercolor)
- [borderWidth](ChecklistStyles.md#borderwidth)
- [boxShadow](ChecklistStyles.md#boxshadow)
- [checked](ChecklistStyles.md#checked)
- [color](ChecklistStyles.md#color)
- [fontFamily](ChecklistStyles.md#fontfamily)
- [fontWeight](ChecklistStyles.md#fontweight)
- [hover](ChecklistStyles.md#hover)
- [letterSpacing](ChecklistStyles.md#letterspacing)
- [lineHeight](ChecklistStyles.md#lineheight)

## Properties

### backgroundColor

• `Optional` **backgroundColor**: `string`

#### Inherited from

[BlockElementStyles](BlockElementStyles.md).[backgroundColor](BlockElementStyles.md#backgroundcolor)

___

### borderColor

• `Optional` **borderColor**: `string`

#### Inherited from

[BlockElementStyles](BlockElementStyles.md).[borderColor](BlockElementStyles.md#bordercolor)

___

### borderWidth

• `Optional` **borderWidth**: `string`

#### Inherited from

[BlockElementStyles](BlockElementStyles.md).[borderWidth](BlockElementStyles.md#borderwidth)

___

### boxShadow

• `Optional` **boxShadow**: `string`

#### Inherited from

[BlockElementStyles](BlockElementStyles.md).[boxShadow](BlockElementStyles.md#boxshadow)

___

### checked

• `Optional` **checked**: [`BlockElementStyles`](BlockElementStyles.md)

___

### color

• `Optional` **color**: `string`

#### Inherited from

[BlockElementStyles](BlockElementStyles.md).[color](BlockElementStyles.md#color)

___

### fontFamily

• `Optional` **fontFamily**: `string`

#### Inherited from

[BlockElementStyles](BlockElementStyles.md).[fontFamily](BlockElementStyles.md#fontfamily)

___

### fontWeight

• `Optional` **fontWeight**: `string`

#### Inherited from

[BlockElementStyles](BlockElementStyles.md).[fontWeight](BlockElementStyles.md#fontweight)

___

### hover

• `Optional` **hover**: [`BlockElementStyles`](BlockElementStyles.md)

___

### letterSpacing

• `Optional` **letterSpacing**: `string`

#### Inherited from

[BlockElementStyles](BlockElementStyles.md).[letterSpacing](BlockElementStyles.md#letterspacing)

___

### lineHeight

• `Optional` **lineHeight**: `string`

#### Inherited from

[BlockElementStyles](BlockElementStyles.md).[lineHeight](BlockElementStyles.md#lineheight)
