Skip to main content

Check List

The checklist allows users to check off several options from the list.

API Methods

setBindVariables

setBindVariables(data: string[]): void

setCheck

Sets the state of an item's check box.

setCheck(bindParam: string): void

setRequired

Sets a field to be required or not.

setRequired(required: boolean): void