https://github.com/syncfusionexamples/getting-started-with-the-react-radiobutton-and-checkbox-components
A quick start project that shows how to add the React Radio button and Checkbox components to the React application. It shows how to customize the label position, size and rendering direction of the components. It also shows how to disable the components.
https://github.com/syncfusionexamples/getting-started-with-the-react-radiobutton-and-checkbox-components
react-checkbox react-radiobutton
Last synced: 3 months ago
JSON representation
A quick start project that shows how to add the React Radio button and Checkbox components to the React application. It shows how to customize the label position, size and rendering direction of the components. It also shows how to disable the components.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/getting-started-with-the-react-radiobutton-and-checkbox-components
- Owner: SyncfusionExamples
- Created: 2024-05-28T06:53:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-30T04:28:52.000Z (about 1 year ago)
- Last Synced: 2025-03-04T11:27:22.506Z (4 months ago)
- Topics: react-checkbox, react-radiobutton
- Language: TypeScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with the React Radio Button and Checkbox Components
A quick start project that shows how to add the React Radio button and Checkbox components to the React application. It shows how to customize the label position, size and rendering direction of the components. It also shows how to disable the components.
Refer to the following documentation to learn about the React Radio Button and Checkbox components:
https://ej2.syncfusion.com/react/documentation/radio-button/getting-started
https://ej2.syncfusion.com/react/documentation/check-box/getting-startedCheck out this online example of the React Radio Button and Checkbox components:
https://ej2.syncfusion.com/react/demos/#/material/button/radio-button
https://ej2.syncfusion.com/react/demos/#/material/button/checkbox## Project prerequisites
Make sure that you have the compatible versions of [Visual Studio Code](https://code.visualstudio.com/download ) and [NodeJS](https://nodejs.org/en/download) or later version in your machine before starting to work on this project.## How to run this application
To run this application, you need to first clone the `getting-started-with-the-react-radiobutton-and-checkbox-components` repository and then open it in Visual Studio Code. Now, simply build and run your project to view the output.