# 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.

| Prop                           | Description                              | Type                      |
| ------------------------------ | ---------------------------------------- | ------------------------- |
| `allowThreadMessagesInChannel` | Whether showing this control is allowed. | `boolean`                 |
| `threadList`                   | Indicates thread input context.          | `boolean`                 |
| `t`                            | Translation function.                    | `(key: string) => string` |


---

This page was last updated at 2026-04-17T17:33:46.112Z.

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