Multiple choice

If a checkbox Group object is passed in a program and in return a false condition is obtained, then what will be its output on the screen?

  1. A radio button, which is already selected.

  2. A radio button, which is not selected.

  3. A push button, which is already selected.

  4. A push button, which is not selected.

  5. No output

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A radio button will appear on the screen as not selected, when return value is false.