mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 00:15:43 +03:00
17 lines
321 B
Handlebars
17 lines
321 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
{{! template-lint-disable }}
|
|
<input
|
|
data-test-input
|
|
type="checkbox"
|
|
checked={{this.isActive}}
|
|
disabled={{this.isDisabled}}
|
|
class="input"
|
|
onchange={{action this.onToggle}}
|
|
/>
|
|
<span data-test-toggler class="toggler"></span>
|
|
{{yield}}
|