Top "Radio" questions

Radio is the transmission of signals through free space by electromagnetic radiation of a frequency significantly below that of visible light, or a device for doing the same.

How to grey out checkbox unless radio button is selected?

very new to javascript, but any help to get me started would be appreciated. I have a simple form: <…

javascript css checkbox radio
Styling checkboxes with jQuery

I need to stylize some checkboxes through jquery, but I don't want to use plugins. I just need a simple …

jquery input checkbox radio
Angular 2: how to create radio buttons from enum and add two-way binding?

I'm trying to use Angular2 syntax to create radio buttons from an enum definition, and bind the value to a …

button angular binding radio two-way
How to programmatically select RadioButton in an activity

In my project, I get the value of the gender from the database as 0 and 1. 0 for male and 1 for female. …

android button radio selected
Show box if radio button checked using jQuery

I have the following code: <fieldset> <legend>Do you currently have SolidWorks</legend> <…

jquery button hide show radio
Click td, select radio button in jQuery

Got a small problem with some very basic jQuery, I'd like to be able to click on a table cell, …

jquery button radio
Mobile phone - can it programatically broadcast at a radio frequency?

Is it possible to make a cell phone transmit arbitrary radio waves at a certain frequency? Or does the Mobile …

mobile mobile-phones radio
Style all Inputs but checkbox and radio

I am trying to use a style where I use input:not([type=checkbox]), input:not([type=radio]){ ... But clearly …

css checkbox radio
AngularJS: Binding boolean value to radio button such that it updates model to false on uncheck event

In my AngularJS application, I am displaying contacts data in a grid. My typical contacts JSON looks like as below ... [ { …

angularjs angularjs-directive angularjs-scope radio radio-group
How to render an array as a list of radio buttons?

I would like to loop through an array that I define in my Javascript and render a list of radio …

arrays foreach knockout.js radio checked