A checkbox is again a label which is displayed as a pushbutton as shown in the example below. This pushbutton can either be checked or unchecked. Therefore, the state of the checkbox is either true or false. However, the initial state is false which is the default one. The example below shows the checkbox whose state gets toggled <<<<<<< checkbox.shtml on clicking.
======= on clicking.
|
Here is the Output:
| C:\newprgrm>javac MyCheckbox.java C:\newprgrm>appletviewer MyCheckbox.html |

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Checkbox View All Comments
Post your Comment