EQWorks / lumen-labs

React library of basic components based on Tailwind CSS
https://eqworks.github.io/lumen-labs
5 stars 2 forks source link

Components Library: new Checkbox component #94

Closed sallkall closed 2 years ago

sallkall commented 2 years ago

🎯 Usage

🎭 Behaviours

πŸ’Ÿ Icons Used

πŸ”— Zeplin Link

πŸ”’ Attributes

Property Type Default Value Description
isChecked boolean false Sets checkbox to checked or unchecked state
isDashed boolean false Sets checkbox to dashed or un-dashed state, only applicable under checkboxGroup
disabled boolean false Sets checkbox to disabled state
label ReactNode - Displays label beside the checkbox

πŸ” Design Preview

Checkbox