From caf2129df4520088f72ca8c391955b8696c17f30 Mon Sep 17 00:00:00 2001 From: Harings Rob Date: Thu, 6 Jan 2022 22:02:37 +0100 Subject: [PATCH 001/151] #1354: Add checkbox note to display. --- docs/src/form-fields/checkbox.md | 4 ++-- frontend/js/components/SingleCheckbox.vue | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/src/form-fields/checkbox.md b/docs/src/form-fields/checkbox.md index 26a223494..75991946a 100644 --- a/docs/src/form-fields/checkbox.md +++ b/docs/src/form-fields/checkbox.md @@ -14,10 +14,10 @@ pageClass: twill-doc ``` | Option | Description | Type | Default value | -| :------------------ | :------------------------------------------------------ | :-------------- | :------------ | +| :------------------ |:--------------------------------------------------------| :-------------- | :------------ | | name | Name of the field | string | | | label | Label of the field | string | | -| note | Hint message displayed above the field | string | | +| note | Hint message displayed below the label | string | | | default | Sets a default value | boolean | false | | disabled | Disables the field | boolean | false | | requireConfirmation | Displays a confirmation dialog when modifying the field | boolean | false | diff --git a/frontend/js/components/SingleCheckbox.vue b/frontend/js/components/SingleCheckbox.vue index 6a380a05f..51fb4352b 100755 --- a/frontend/js/components/SingleCheckbox.vue +++ b/frontend/js/components/SingleCheckbox.vue @@ -3,7 +3,11 @@
- +