+ {{ + props.isValid + ? $t("inp_input_valid") + : !props.isValue + ? $t("inp_input_error_required") + : $t("inp_input_error") + }} +
+ \ No newline at end of file diff --git a/jsdoc/components/Forms/Field/Checkbox.vue b/jsdoc/components/Forms/Field/Checkbox.vue new file mode 100644 index 000000000..3165dc840 --- /dev/null +++ b/jsdoc/components/Forms/Field/Checkbox.vue @@ -0,0 +1,162 @@ + + + +