> ## 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-yookassa-widget

> Payment option (YooKassa) selector component.

`msm-yookassa-widget` is a web component built with Lit.

## Purpose

Render a selectable payment option.

## Usage

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

## Attributes / properties

| Name       | Type    | Default | Notes |
| ---------- | ------- | ------- | ----- |
| `checked`  | boolean | -       |       |
| `disabled` | boolean | -       |       |
| `required` | boolean | -       |       |

## Events

This component does not emit custom events.

## CSS parts

* `base`
* `label`

## Slots

No documented slots.

## Methods

* `validate()`
