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

# Interface: CheckableInputStyles

## Hierarchy

- [`InputStyles`](InputStyles.md)

  ↳ **`CheckableInputStyles`**

## Table of contents

### Properties

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

## Properties

### active

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

#### Inherited from

[InputStyles](InputStyles.md).[active](InputStyles.md#active)

___

### backgroundColor

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

#### Inherited from

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

___

### borderColor

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

#### Inherited from

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

___

### borderWidth

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

#### Inherited from

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

___

### boxShadow

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

#### Inherited from

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

___

### checked

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

___

### color

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

#### Inherited from

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

___

### disabled

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

#### Inherited from

[InputStyles](InputStyles.md).[disabled](InputStyles.md#disabled)

___

### error

• `Optional` **error**: [`InputStyles`](InputStyles.md)

#### Overrides

[InputStyles](InputStyles.md).[error](InputStyles.md#error)

___

### focus

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

#### Inherited from

[InputStyles](InputStyles.md).[focus](InputStyles.md#focus)

___

### fontFamily

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

#### Inherited from

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

___

### fontWeight

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

#### Inherited from

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

___

### hover

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

#### Inherited from

[InputStyles](InputStyles.md).[hover](InputStyles.md#hover)

___

### letterSpacing

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

#### Inherited from

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

___

### lineHeight

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

#### Inherited from

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