YouTube Icon

How to get selected radio button value in AngularJS?




How to get selected radio button value in AngularJS?

I will help to get checked radio button value in angular js app. we can get selected radio button value in controller of angular.

Here we will create simple example. we will create simple for and submit button. When you click on submit button then one angular controller method will call and we will get selected radio button value using angularjs $scope variable.

Also Read:- How to add Days, Hours, Minutes, and Seconds to Datetime in PHP

<!doctype html>
<html>
   <head>
      <title>How to get selected radio button value in AngularJS?</title>
      <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
   </head>
   <body ng-app='myapp'>
      <h1>How to get selected radio button value in AngularJS?</h1>
      <div ng-controller="myCtrl">
         <div class="radio">
            <label><input type="radio" ng-model='sex' ng-value='"male"' name="sex">Male</label>
         </div>
         <div class="radio">
            <label><input type="radio" ng-model='sex' ng-value='"female"' name="sex">Female</label>
         </div>
         <button ng-click="submitResult()">See Result</button>
      </div>
   </body>
   <script type="text/javascript">
      var app = angular.module('myapp', []);
      app.controller('myCtrl', function ($scope, $location) {
         $scope.sex = 'male';
         $scope.submitResult = function() {
            alert($scope.sex);
         };
      });
   </script>
</html>

 



Author Biography.

Lokesh Gupta
Lokesh Gupta

Overall 3+ years of experience as a Full Stack Developer with a demonstrated history of working in the information technology and services industry. I enjoy solving complex problems within budget and deadlines putting my skills on PHP, MySQL, Python, Codeigniter, Yii2, Laravel, AngularJS, ReactJS, NodeJS to best use. Through Knowledge of UML & visual modeling, application architecture design & business process modeling. Successfully delivered various projects, based on different technologies across the globe.

Join Our Newsletter.

Subscribe to CrowdforThink newsletter to get daily update directly deliver into your inbox.

CrowdforGeeks is where lifelong learners come to learn the skills they need, to land the jobs they want, to build the lives they deserve.

CrowdforGeeks

CrowdforThink is a leading Indian media and information platform, known for its end-to-end coverage of the Indian startup ecosystem.

CrowdforThink

Our mission is "Har Koi Dekhe Video, Har Ghar Dekhe Video, Ghar Ghar Dekhe Video" so we Provide videos related to Tutorials, Travel, Technology, Wedding, Cooking, Dance, Festivals, Celebration.

Apna Video Wala
CFT

News & Blogs

0eb4a568b5cbdb6a5956765343a4edfe.png

How to Display Validation or Error Messages in ...

Introduction  Angular is making it simpler to fabricate applications for the web. Angular&n...

6acf7d9983a7af2862934dada02293b3.png

10 Reasons To Choose AngularJS For Web Development

In this digital era, an online presence is a must if you have a business. It is because the mobil...

cc5e89d77946d7c5846df189394b6e4c.jpg

A Brief Guide to Hire AngularJs Developer in th...

Are you looking for web app development for your business? And want to hire AngularJS developers ...

Top Authors

Lamia Rochdi is the Marketing Manager at Bell Flavors & Fragrances EMEA. A successful family-...

Lamia Rochdi

I’m Mertin Wilson a technician in a camera company and certified expert of different P...

Mertin Wilson

Zakariya has recently joined the PakWheels team as a Content Marketing Executive, shortly after g...

Zakariya Usman

Pankaj Singh is a Senior Digital Marketing Consultant with more than 2 years of experience in SEO...

Pankaj Singh
CFT

Our Client Says

WhatsApp Chat with Our Support Team