checkbox-tess-lib
v1.0.6
Published
This repository contains React components for custom checkboxes and radio buttons.
Downloads
4
Readme
Custom Checkbox and Radio Button Components
This repository contains React components for custom checkboxes and radio buttons.
Custom Checkbox
Description
The CustomCheckbox
component provides a customizable checkbox with a stylish checkmark. Users can toggle the checkbox by clicking on it. The checkbox's appearance changes based on its checked state.
Usage
Import the
CustomCheckbox
component:import CustomCheckbox from "./CustomCheckbox";