feat: add Input with support for type='checkbox'#737
Conversation
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) ✅ code/snyk check is complete. No issues have been found. (View Details) |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
Context
<input type="checkbox">so that we have the correct checkbox visual appearance, without any of the additional label handling. That way, this low-level input component can be used internally by Checkbox and our row selection table component.This PR
Inputcomponent with support fortype="checkbox". This component will be expanded to support other input types and represents the lowest-level styled input component in Elements.