igniteui-angular-sovn
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
41 lines (37 loc) • 1.14 kB
HTML
<input
type="checkbox"
[]="inputId"
[]="name"
[]="value"
[]="tabindex"
[]="disabled"
[]="indeterminate"
[]="checked"
[]="required"
[]="required"
[]="invalid"
[]="ariaChecked"
[]="ariaLabel ? null : ariaLabelledBy"
[]="ariaLabel"
(change)="_onCheckboxChange($event)"
(blur)="onBlur()" />
<div
igxRipple
igxRippleTarget=".igx-checkbox__ripple"
[]="disableRipple"
[]="true"
[]="300"
class="igx-checkbox__composite-wrapper"
>
<span
<svg class="igx-checkbox__composite-mark" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M4.1,12.7 9,17.6 20.3,6.3" />
</svg>
</span>
<div class="igx-checkbox__ripple"></div>
</div>
<span
[]="labelClass"
[]="labelId">
<ng-content></ng-content>
</span>