checkbox-tess-lib
v1.0.6
Published
This repository contains React components for custom checkboxes and radio buttons.
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
CustomCheckboxcomponent:import CustomCheckbox from "./CustomCheckbox";
