> For the complete documentation index, see [llms.txt](https://docs.pylenium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pylenium.io/element-commands/element-data/is_checked.md).

# is\_checked

## Syntax

```python
Element.is_checked() -> bool
```

## Usage

{% code title="correct usage" %}

```python
py.get("#checkbox").is_checked()
```

{% endcode %}

## Arguments

* None

## Yields

* <mark style="color:orange;">**bool**</mark> - True if the element is checked, else False
