You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.
I'm building a form using knockout.js & I'm adding
data-bind
elements to my form controls.Doing this:
BootForm::text('My Control', 'my_control')->attribute('data-bind', 'value: my_value')
yields the following:which is correct. This also works for
select
elements.However, doing this:
BootForm::checkbox('My Control', 'my_control')->attribute('data-bind', 'checked: my_value')
yields this:Is this by design?
The text was updated successfully, but these errors were encountered: