Skip to content

Is it possible to use HTML for labels? #492

@elementalTIMING

Description

@elementalTIMING

Hi,

is it possible to use HTML or fontawsome icons for the labels?

<ui-switch 
	size="small" 
	checkedLabel="M" 
	uncheckedLabel="W" 
	[(ngModel)]="gender" 
	(valueChange)="..." />

So something like this:

<ui-switch 
	size="small" 
	[checkedLabelHTML]="<i class="fa fa-mars"></i>" 
	[uncheckedLabelHTML]="<i class="fa fa-venus"></i>" 
	[(ngModel)]="gender" 
	(valueChange)="..." />

Is it already possible, planned or any other way to achieve this?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions