https://github.com/syncfusionexamples/getting-started-with-the-angular-radiobutton-and-checkbox-components
A quick start Angular project that shows how to add the Angular Radio button and Checkbox components to an Angular 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-angular-radiobutton-and-checkbox-components
angular checkbox radiobutton
Last synced: 2 months ago
JSON representation
A quick start Angular project that shows how to add the Angular Radio button and Checkbox components to an Angular 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-angular-radiobutton-and-checkbox-components
- Owner: SyncfusionExamples
- Created: 2024-02-19T06:06:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T10:30:20.000Z (over 1 year ago)
- Last Synced: 2025-07-19T21:21:23.492Z (11 months ago)
- Topics: angular, checkbox, radiobutton
- Language: TypeScript
- Homepage:
- Size: 368 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with the Angular Radio Button and Checkbox Components
A quick start Angular project that shows how to add the Angular Radio button and Checkbox components to an Angular 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 Angular Radio Button and Checkbox components: https://ej2.syncfusion.com/angular/documentation/radio-button/getting-started
https://ej2.syncfusion.com/angular/documentation/check-box/getting-started
Check out this online example of the Angular Radio Button and Checkbox Components: https://ej2.syncfusion.com/angular/demos/#/material/button/radio-button
https://ej2.syncfusion.com/angular/demos/#/material/button/checkbox
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
## How to run this application?
To run this application, you need to clone the getting-started-with-the-angular-radiobutton-and-checkbox-components repository and then open it in Visual Studio Code. Now, simply install all the necessary Angular packages into your current project using the npm install command and run your project using the ng serve command.