# ShowThreadMessageInChannelButton

`ShowThreadMessageInChannelButton` renders the “Also send to channel” checkbox in thread input.

Internally it reads and toggles `messageComposer.showReplyInChannel`, and only renders when both `threadList` and `allowThreadMessagesInChannel` are truthy.

## Props

All props are optional at wrapper level (`Partial<...>`) because defaults come from context.

### `allowThreadMessagesInChannel`

Whether showing this control is allowed.

| Type      |
| --------- |
| `boolean` |

### `threadList`

Indicates thread input context.

| Type      |
| --------- |
| `boolean` |

### `t`

Translation function.

| Type                      |
| ------------------------- |
| `(key: string) => string` |


---

This page was last updated at 2026-04-03T17:24:32.526Z.

For the most recent version of this documentation, visit [https://getstream.io/chat/docs/sdk/react-native/v9/ui-components/message-composer/show-thread-message-in-channel-button/](https://getstream.io/chat/docs/sdk/react-native/v9/ui-components/message-composer/show-thread-message-in-channel-button/).