Fork me on GitHub

This is a DropDownList containing CheckBoxes.

Prevalue Editor Settings

Adding items to control

Prevalue Editor

Content Editor

Using the conrol

Content Editor

XSLT Example

<xsl:template match="/">
	<ul>
		<xsl:for-each select="umbraco.library:Split($currentPage/languages[not(@isDoc)], ',')/*">
			<li>
				<xsl:value-of select="."/>
			</li>
		</xsl:for-each>
	</ul>
</xsl:template>