Crestron Components Lib - Showcase App

ch5-jointotext-boolean: textWhenTrue

textWhenTrue attribute

When the value attribute is true the textWhenTrue text will be displayed

Media Player:
<br />
<ch5-button label="Loading...">
		<ch5-button-label>
				<template>
						<ch5-jointotext-boolean value="true" textWhenTrue="Playing"></ch5-jointotext-boolean>
				</template>
		</ch5-button-label>
</ch5-button>

Media Player: