Skip to content
Snippets Groups Projects
Commit 4c94a267 authored by ["Younes MHARRECH"]'s avatar ["Younes MHARRECH"]
Browse files

checkbox style

parent bdb03610
Branches
Tags v1.2
No related merge requests found
<table>
<tr>
<td>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" value="" id="flexCheck" [checked]="checked" (click)="onClick()" />
</div>
</td>
<td>
<label class="example-value-label">Transparence :{{value}}</label>
<mat-slider (input)="onInputChange($event)"
class="example-margin"
[disabled]="disabled"
[invert]="invert"
[max]="max"
[min]="min"
[step]="step"
[thumbLabel]="thumbLabel"
[tickInterval]="getSliderTickInterval()"
[(ngModel)]="value"
[vertical]="vertical"
aria-labelledby="example-name-label">
</mat-slider>
</td>
</tr>
</table>
<input class="form-check-input" type="checkbox" value="" id="flexCheck" [checked]="checked" (click)="onClick()" />
&nbsp; &nbsp;
<label>Transparence :</label>
<label class="example-value-label">{{value}}</label>
<mat-slider
(input)="onInputChange($event)"
class="example-margin"
[disabled]="disabled"
[invert]="invert"
[max]="max"
[min]="min"
[step]="step"
[thumbLabel]="thumbLabel"
[tickInterval]="getSliderTickInterval()"
[(ngModel)]="value"
[vertical]="vertical"
aria-labelledby="example-name-label"
>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment