Awesome! Thank you Steve that works!
> <
http://jsfiddle.net/AvFRK/>Notes:
>
> - This functionality (using checkboxes as flags to control whether items
> - Make sure you use the "checked" binding consistently - some of the
> checkboxes in your code used "value" instead of "checked"
> - Not sure what you were doing with the addFinanceOption function or the
> "Item" function. If you want to run custom model logic whenever items are
> added or deleted, you can subscribe to the "financeOptions" observableArray.
>
> Hope this helps!
> Steve
>