nikamanthab / CheckboxComponent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom react component for Checkbox

Custom component for checkbox input tag in react.
src/final.js - contains the final summarized feature showcase of the components
src/checkbox.js - contains the checkbox component

Routes

loaclhost:3000/ -> route for the final component
localhost:3000/check -> test route for the checkbox component

the value of the checkbox can be obtained in the / route in the console

Custom props

Disabled: true / false
Checked: true / false
Handlecheckbox: accepts a function that can get back the checked value of the checkbox component

About


Languages

Language:JavaScript 76.8%Language:HTML 14.5%Language:CSS 8.7%