Appearance
Replace an existing field by id.
const options = { replaceFields: [ { type: "checkbox-group", label: "Checkbox", values: [{ label: "Option 1", value: "" }], icon: "☑" } ] } $(container).formBuilder(options);