mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-13 12:24:45 +08:00
12 lines
248 B
HTML
12 lines
248 B
HTML
|
|
<input
|
||
|
|
type="radio"
|
||
|
|
id="bit-toggle-{{ id }}"
|
||
|
|
[name]="name"
|
||
|
|
[ngClass]="inputClasses"
|
||
|
|
[checked]="selected"
|
||
|
|
(change)="onInputInteraction()"
|
||
|
|
/>
|
||
|
|
<label for="bit-toggle-{{ id }}" [ngClass]="labelClasses">
|
||
|
|
<ng-content></ng-content>
|
||
|
|
</label>
|