Create custom CheckBox component #14

Open
opened 2022-07-23 10:45:56 +00:00 by decamel · 0 comments
decamel commented 2022-07-23 10:45:56 +00:00 (Migrated from 85.143.176.51:3000)

Component must support next states:

  • checked
  • unchecked
  • focus
  • hover
  • active
    ..and their mixing

The Checkbox must provide default React input[type=checkbox] callbacks

Component should display label if such property provided.
label could be any child or string
image
image

Component **must** support next states: - checked - unchecked - focus - hover - active ..and their mixing The `Checkbox` **must** provide default React input\[type=checkbox] callbacks Component **should** display `label` if such property provided. `label` could be any child or string ![image](/attachments/05616e3d-5f02-4800-a8ae-f0fc4dd53594) ![image](/attachments/d7326929-1bb0-45f2-a055-94512f5e9bac)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Scipaper/Frontend#14
No description provided.