"attributes" seems not working for checkbox view

I set the following in a checkbox view: attributes:{title:‘Check this if invoice is already paid!’}. However, nothing is set in the generated html code.

Any hint?

Actually this is a bug, “attributes” collection is ignored by view:“checkbox”
Updated build will be available till the end of the week.

Hi Maksim,

it seems that not only the “checkbox” control ignores the attributes collection. Looking at your code, it looks like that only the “text” control takes into account an attributes collection.

Yep, I was too optimistic :slight_smile:
Attributes will work for all input based controls in the next build.