I use bootstrap-switch and have different buttons. Givs a change, that i can give other attributes as parameter like this sample:
<input type="checkbox" name="values[{$optionName}]" value="1" data-to-enable="values[optionName1],values[optionName5],values[optionName50],values[optionName100],values[optionName333]" />
I want, that this options are disabled on unchecked (or when it's unchecked on page load), and enable (or when it's checked on page load) on checked