RocketChat / EmbeddedChat

An easy to use full-stack component (ReactJS) embedding Rocket.Chat into your webapp
https://rocketchat.github.io/EmbeddedChat/docs
126 stars 252 forks source link

Replace the fuselage's Checkbox component with our own component #239

Closed abhinavkrin closed 1 year ago

abhinavkrin commented 1 year ago
  1. Replace the fuselage's Checkbox component with our own component
  2. The component should implement our theming system
  3. There needs to be a prop to disable interactivity.
FidalMathew commented 1 year ago

@abhinavkrin I'd like to work on this issue.

abhinavkrin commented 1 year ago

Hey @FidalMathew Thank you. I have assigned this issue to you.

FidalMathew commented 1 year ago

@abhinavkrin could you guide me on how I should approach this issue?

abhinavkrin commented 1 year ago

Hey, The CheckBox component should render a simple check element. You could render <input type="check" /> keeping our theming guidelines in mind. https://github.com/RocketChat/EmbeddedChat/blob/develop/packages/react/docs/theming.md

KushalSr commented 1 year ago

Hello Can I work for this isssue?

KushalSr commented 1 year ago

@abhinavkrin Hi I like to work on this issue