jQWidgets Forums

jQuery UI Widgets Forums Editors CheckBox, RadioButton dynamic checkbox

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • dynamic checkbox #19702

    I would like to check and uncheck the checkbox depending on the database. how can i do that.?

    dynamic checkbox #19703

    Peter Stoev
    Keymaster

    Hi darkcloudbird,

    You may change the check state by using the CheckBox’s methods like “check”, “uncheck” or by setting the “checked’ property of jqxCheckbox to either true or false.

    $('#jqxCheckBox').jqxCheckBox({ checked:true }); 

    Best Regards,
    Peter Stoev

    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.