DmitryEfimenko / TwitterBootstrapMvc

Fluent implementation of ASP.NET-MVC HTML helpers for Twitter Bootstrap.
Apache License 2.0
224 stars 79 forks source link

Allow .Data on CheckBoxList and RadioButtonList container #378

Closed liamdavies closed 9 years ago

liamdavies commented 9 years ago

The CheckBoxListFor and RadioButtonListFor set of helpers currently have the ContainerClass method for adding the class attribute to the container. Would it be possible to also have a ContainerData to add data attributes and ContainerHtmlAttributes to add general html attributes to the container?

DmitryEfimenko commented 9 years ago

This is done. Please get latest.