# bh-test **Repository Path**: mirrors_euvl/bh-test ## Basic Information - **Project Name**: bh-test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Checkbox and label component An implementation of simple checkbox and label component. Demo: http://euvl.github.io/bh-test ## Properties | Name | Description | Required | | --- | --- | --- | | label | Label on the right side of the checkbox | false | | onChange | Event handler which is triggerend when checkbox changes it's internal state | false | ## Building In the project directory, you can run: ```bash # Runs the app in the development mode. npm start # Launches the test runner in the interactive watch mode. npm test # Builds the app for production to the `build` folder. npm run build ```