In order to create a check box in an Oracle Application Framework page the messageCheckBox bean is used. It is created with the user’s defined inline text which acts as a prompt once the Oracle Apps Framework page is loaded.
MessageCheckBox serves the purpose of one or multiple selection.
Corresponding web bean: OAMessageCheckBoxBean
Import Path: import oracle.apps.fnd.framework.webui.beans.message.OAMessageCheckBoxBean;