Checkbox

Description

The checkbox component allows users to select one or multiple options from a given set of choices.

Configuration

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,
}
}

By default, the checkbox appears before the label, but this order can be changed using the isLabelFirst option.

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.