Checkbox

Config for Checkbox Component (using FormComposerV2)

{
inline:true,
isMandatory: true,
type:"checkbox",
disable:false,
withoutLabel:true,
populators:{
name:"checkbox",
error:"Error Message",
title:โ€Checkbox Labelโ€,
isLabelFirst: false,
}
}

Usually, the checkbox will be shown before the label, but it can be configured using isLabelFirst.

For more information: Storybook for checkbox field

Last updated

All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.