Create AnalyzerConfiguration checkbox component Part 1
Implement the checkbox row that contains
- Checkbox
- Name
- Description in parenthesis
Implementation Plan:
-
Add new entity type to ee/app/assets/javascripts/security_configuration/sast/components/dynamic_fields.vue
-
Create new checkbox component in ee/app/assets/javascripts/security_configuration/sast/components
-
Part I requires checkbox element, label and description in parenthesis. -
Use ee/app/assets/javascripts/security_configuration/sast/components/form_input.vue
as reference.
Edited by -