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?
The
CheckBoxListFor
andRadioButtonListFor
set of helpers currently have theContainerClass
method for adding theclass
attribute to the container. Would it be possible to also have aContainerData
to add data attributes andContainerHtmlAttributes
to add general html attributes to the container?