# AssigneeRow

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/Boards/BoardFilters.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Boards/BoardFilters.tsx#L501)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `id` | `string` | ✓ | - |
| `name` | `string` | ✓ | - |
| `active` | `boolean` | ✓ | - |
| `onClick` | `Function` | ✓ | - |
| `muted` | `boolean` | - | false |

## Diagram

```mermaid
graph TD
    component_AssigneeRow_4ab4fea0["AssigneeRow"]
    class component_AssigneeRow_4ab4fea0 rootComponent
```

## Relationships

- RENDERS → `CheckIcon`

## Referenced By

- `FilterPopover` (RENDERS)
