Overview
The <crm:selectBooleanCheckbox> tag is used to display a checkbox on the page that allows user to select a boolean value.
Info
Attributes
Name | Required | Type | Default | Description |
---|---|---|---|---|
columnClasses | false | String | ui-grid-col-12 | Comma separated list of column style classes of the gird layout that will be used to display the component. |
columns | false | Integer | 1 | Number of columns of the gird layout that will be used to display the component. |
disabled | false | Boolean | false | Flag indicating that component is disabled or not. |
id | true | String | null | Unique identifier of the component. |
labelKey | false | String | null | A valid key defined in translation properties file. Its translation through the glossary will be used as the presentable name of the component. |
leftSideLabel | false | String | null | A valid key defined in translation properties file. Its translation through the glossary will be used as the presentable name on the left side of the component. |
managedBean | true | String | null | The name of the managed bean that will be used for retrieving the component values. |
mode | false | String | The mode of the managed bean. | The mode of the component. Allowed values are VIEW and EDIT. |
onChangeFunction | false | String | null | Defines the function call triggered when input element loses focus and its value has been modified since gaining focus. |
parameters | false | Object | null | Defines the parameter of the function call. |
process | false | String | @this and the value of the refresh attribute | Component(s) to process in partial request. |
refresh | false | String | @form | Component(s) to update with ajax. |
rightSideLabel | false | String | null | A valid key defined in translation properties file. Its translation through the glossary will be used as the presentable name on the right side of the component. |
tip | false | String | null | A valid key defined in translation properties file. Its translation through the glossary will be used as an advisory tooltip information. |
value | true | Object | null | The value of the component. |
visible | false | Boolean | true | Controls the visibility of the component. |
Getting Started with SelectBooleanCheckbox
The following example shows a select boolean checkbox component.