primefaces / primeui

Rich set of javascript-css only widgets
http://www.primefaces.org/primeui
283 stars 125 forks source link

Changing value of checked with option method of ToggleButton #124

Closed cagataycivici closed 8 years ago

cagataycivici commented 8 years ago

Add support to change checked with option method.

$('#chkbox').puitogglebutton('option','checked', true);