update form example

This commit is contained in:
Ayo 2022-10-25 21:36:41 +02:00
parent f213a14b33
commit 387e90506c

View file

@ -39,9 +39,9 @@ const characteristics: ControlConfig[] = [
name: "is-good-looking",
type: "radio",
label: "Is Good Looking?",
value: ["checked"],
labelPosition: "right",
value: [{value: "checked", label: "checked", checked: true}, {value: "not checked", label: "not checked", checked: false}],
},
{name: 'required', label: 'Required Field', placeholder: 'but empty 😔', validators: [Validators.required]},
{
name: "is-awesome",
type: "checkbox",