jQWidgets Forums

jQuery UI Widgets Forums Editors CheckBox, RadioButton How to get Checkbox value

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Mariya 11 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • How to get Checkbox value #24743

    CleanSock
    Member

    In your jqxButtons Checkbox demo, how do I get the value of ‘jqxCheckBox2’ (I want to retrieve ‘Computers’ as it’s value on checking the box).

    Thanks,
    CleanSock

    How to get Checkbox value #24798

    Mariya
    Participant

    Hi CleanSock,

    In order to get the value of the jqxCheckBox you can use the ‘val’ method as shown:

    var value = $("#jqxCheckBox").jqxCheckBox('val');

    If you have any further questions do not hesitate to contact us.

    Best Wishes,
    Mariya

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.