> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mastermindcms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# msm-checkbox

> Web component msm-checkbox.

`msm-checkbox` is a web component built with Lit.

## Purpose

Render form inputs and UI controls.

## Usage

```html theme={null}
<msm-checkbox></msm-checkbox>
```

## Attributes / properties

| Name       | Type    | Default | Notes |
| ---------- | ------- | ------- | ----- |
| `name`     | string  | -       |       |
| `type`     | string  | -       |       |
| `checked`  | boolean | -       |       |
| `disabled` | boolean | -       |       |
| `required` | boolean | -       |       |

## Events

This component does not emit custom events.

## CSS parts

* `base`
* `checkbox`
* `label`

## Slots

* `slot`

## Methods

* `validate()`
