Skip to content

Commit

Permalink
Merge pull request #1059 from hmrc/BST-107610
Browse files Browse the repository at this point in the history
BST-107610 ids updated for QA request
  • Loading branch information
tumakha authored Oct 28, 2024
2 parents bcbfe91 + efb4e4d commit 70cbedf
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,25 +62,30 @@
items = Seq(
CheckboxItem(
value = "rates",
id= "rates",
content = Text(messages("checkbox.cateringOperationOrLettingAccommodationCheckboxesDetails.rates"))
),
CheckboxItem(
value = "propertyInsurance",
id= "propertyInsurance",
content = Text(messages("checkbox.cateringOperationOrLettingAccommodationCheckboxesDetails.propertyInsurance"))
),
CheckboxItem(
value = "outsideRepairs",
id= "outsideRepairs",
content = Text(messages("checkbox.cateringOperationOrLettingAccommodationCheckboxesDetails.outsideRepairs"))
),
CheckboxItem(
value = "insideRepairs",
id= "insideRepairs",
content = Text(messages("checkbox.cateringOperationOrLettingAccommodationCheckboxesDetails.insideRepairs"))
),
CheckboxItem(
divider = (messages("label.or"))
),
CheckboxItem(
behaviour = ExclusiveCheckbox,
id= "noneOfThese",
value = "noneOfThese",
content = Text(messages("checkbox.cateringOperationOrLettingAccommodationCheckboxesDetails.noneOfThese"))
)
Expand Down

0 comments on commit 70cbedf

Please sign in to comment.