facebook

checkbox control

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #322954 Reply

    RezProgramer
    Member

    Is it possible to use a push button to clear multiple checkboxes form being checked to not checked.
    If it is could you please give some example code.

    Thank You

    #342376

    nercim
    Member

    If possible, i would like the answer to that aswell

    #342377

    Brandon
    Member

    If you want to clear all checkboxes you can use this:
    $(‘input:checkbox’).removeAttr(‘checked’);

    Other wise you have to specify the names of each of the checkboxes you want to clear.
    //uncheck the checkbox
    $(‘#form1-checkbox1 > input’).attr(‘checked’,false)

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: checkbox control

You must be logged in to post in the forum log in