Input
		Clickable components support the EventClick event that handlers can be registered to with @Click="c.handleButton(event)"
		
			
		
		Data binding...
		Button
		Simple example with click handler:
		
			
		
		
		Symbols can be attached to buttons:
		
			
		
		
			
			Some text
		
		Use the d3c-button-vertical CSS class to align the button content vertically:
		
			
		
		
			
			Something
		
		Buttons can be bound to boolean variables, in this case they will function as a toggle:
		
			
		
		Toggle me!
		
		Input fields
		Input fields can be bound to data. They will automatically change their type based on the bound data type.