# XWUIInputCheckbox

XWUIInputCheckbox Component Checkbox input with label support and indeterminate state.

## Basic Usage

Standard checkbox with label.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Standard checkbox with label.
```

## Sizes

sm, md, and lg checkboxes.

```example
file: examples/Sizes.ts
html: examples/Sizes.html
title: Sizes
description: sm, md, and lg checkboxes.
```

## States

Indeterminate, disabled, and with description.

```example
file: examples/States.ts
html: examples/States.html
title: States
description: Indeterminate, disabled, and with description.
```

## Real-World

Terms and conditions checkbox with description.

```example
file: examples/RealWorld.ts
html: examples/RealWorld.html
title: Real-World
description: Terms and conditions checkbox with description.
```

```api
```
