andycmaj / react-chat-renderer

React JSX factory implementation for Slack
15 stars 0 forks source link

add Checkbox input component #46

Closed davemeyer closed 3 years ago

davemeyer commented 3 years ago

add <Checkbox /> component for use in home tabs and modals https://api.slack.com/reference/block-kit/block-elements#checkboxes

example:

image

closes: #45