# Checkbox
**Repository Path**: openharmony-sig/Checkbox
## Basic Information
- **Project Name**: Checkbox
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 5
- **Created**: 2022-04-16
- **Last Updated**: 2025-05-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Neumorphism_Checkbox
一Neumorphism checkbox design for OpenHarmony.
## Download & Install
Install using npm
```npm i hmos-neumorphism ```
Details about OpenHarmony NPM environment configuration, see at [here](https://gitee.com/openharmony-tpc/docs/blob/master/OpenHarmony_npm_usage.md)
## Usage Instructions
# Note :
Add this css snippet when passing input or button through slot .
```css
button, input{
width: 100%;
height: 100%;
background-color:transparent;
color: black;
}
```
# Checkbox
Import:
```html
```
Usage:
```html
```
# Radio
Import:
```html
```
Usage:
```html
```
# Switcher
Import:
```html
```
Usage:
```html
```
## Compatibility
Supports OpenHarmony API version 6
## Directory Structure
````
|---- Neumorphism
| |---- entry # sample app usage
| |---- Neumorphism # Neumorphism library
| |---- checkbox # Checkbox Component
| |---- checkbox.css # Checkbox style component
| |---- checkbox.hml # Checkbox hml file
| |---- checkbox.js # Checkbox JS
| |---- radio # Radio Component
| |---- radio.css # Radio style component
| |---- radio.hml # Radio hml file
| |---- radio.js # Radio JS
| |---- switcher # Switcher Component
| |---- switcher.css # Switcher style component
| |---- switcher.hml # Switcher hml file
| |---- switcher.js # Switcher JS
| |---- README.MD # installation and usage
````
## Code Contribution
If you find any problems during usage, you can submit an [Issue](https://gitee.com/openharmony-sig/Checkbox/issues) to us. Of course, we also welcome you to send us [PR](https://gitee.com/openharmony-sig/Checkbox/pulls).
## Open source License
This project is based on [Apache License 2.0](https://gitee.com/openharmony-sig/Checkbox/blob/master/LICENSE.txt) ,please enjoy and participate in open source freely.
# Reference:
neumorphism.io
ismail9k.github.io/neomorphism