From fb38bde9315f111b5d3089e6bd9b280367561dbf Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Thu, 12 Jul 2018 09:40:29 -0700 Subject: [PATCH] SHIBUI-579 --- ui/src/app/schema-form/widget/check/checkbox.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/app/schema-form/widget/check/checkbox.component.html b/ui/src/app/schema-form/widget/check/checkbox.component.html index f8f94af1a..d47aa2d4c 100644 --- a/ui/src/app/schema-form/widget/check/checkbox.component.html +++ b/ui/src/app/schema-form/widget/check/checkbox.component.html @@ -8,9 +8,9 @@ [indeterminate]="control.value !== false && control.value !== true ? true :null" type="checkbox" [attr.disabled]="schema.readOnly" - id="{{ schema.id }}-control"> - -