# certara-help-block



<!-- Auto Generated Below -->


## Properties

| Property    | Attribute   | Description                                                                                                                                                                                                            | Type                | Default     |
| ----------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ----------- |
| `describes` | `describes` | When a help-block is used outside of a form control, the `describes` prop should be set to match an the `aria-describedby` attribute of its associated control, or set to `false` when used within a form control slot | `boolean \| string` | `undefined` |


## Slots

| Slot | Description                 |
| ---- | --------------------------- |
|      | Main content for help block |


## Dependencies

### Used by

 - [certara-checkbox](../checkbox)
 - [certara-switch](../switch)

### Graph
```mermaid
graph TD;
  certara-checkbox --> certara-help-block
  certara-switch --> certara-help-block
  style certara-help-block fill:#f9f,stroke:#333,stroke-width:4px
```

----------------------------------------------


