I am trying to use the widget of the CheckboxSelectMultiple form, but I would like to change the way it is displayed. Is there a way to remove or change the <li> to something else?
CheckboxSelectMultiple
<li>
the implementation of CheckboxSelectMultiple is hard coded to use the form <ul><li></li></ul> . The only way to change it is to subclass the object and override the render method.
<ul><li></li></ul>
render
Source: https://habr.com/ru/post/1402733/More articles:Which is equivalent to String ... in scala - javaReading options in the SDL Tridion 2011 extension dialog box - tridioniPhone - sqlite does not work after updating a table - databaseICSharpCode.Decompiler + Mono.Cecil → How to generate code for one method? - reflectionWhy don't all readline shortcuts work in psql (or IRB or Rails console)? - postgresqlIE8 mail body goes blank after submitting form - coldfusionASP.NET writeback issues in IE8 - asp.netHow to install C ++ 11 C ++ 0x header files on Redhat Enterprise - c ++$ _POST variables passing through empty IE7 for one subfolder - postLogin to the application from the android client - androidAll Articles