|
|
|
@ -2,8 +2,8 @@ class Form::Sales::Questions::HasLeaseholdCharges < ::Form::Question |
|
|
|
def initialize(id, hsh, subsection, ownershipsch:) |
|
|
|
def initialize(id, hsh, subsection, ownershipsch:) |
|
|
|
super(id, hsh, subsection) |
|
|
|
super(id, hsh, subsection) |
|
|
|
@id = "has_mscharge" |
|
|
|
@id = "has_mscharge" |
|
|
|
@check_answer_label = "Monthly leasehold charges known?" |
|
|
|
@check_answer_label = "Does the property have any monthly leasehold charges?" |
|
|
|
@header = "Do you know the monthly leasehold charges for the property?" |
|
|
|
@header = "Does the property have any monthly leasehold charges?" |
|
|
|
@hint_text = "For example, service and management charges" |
|
|
|
@hint_text = "For example, service and management charges" |
|
|
|
@type = "radio" |
|
|
|
@type = "radio" |
|
|
|
@answer_options = ANSWER_OPTIONS |
|
|
|
@answer_options = ANSWER_OPTIONS |
|
|
|
|