diff --git a/docs/entity/components.md b/docs/entity/components.md index 899e77871..2dcbb1523 100644 --- a/docs/entity/components.md +++ b/docs/entity/components.md @@ -94,7 +94,7 @@ A clear button is visible to the right of the dropdown when this field is marked | valueField | string | If you use endpointUrl and your data are not simple text data, you can specify here which property of retrieved object should be used as value for each item.```item.content?.[valueField]``` | - | | [dependencies](../advanced/dependent_dropdown.md) | array | It is used to update the options via an API call when the value of any field in the dependencies list is updated. | - | -> When using [Boolean](https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/ListOfDataTypes) values consider that inside splunk values like 'TRUE', 'T', 'Y', 'YES', true will be converted into '1' and values like 'FALSE', 'F', 'N', 'NO', 'NONE', false will be converted into '0'. +> When using [Boolean](https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/ListOfDataTypes) values on any form inside configuration page, consider that inside splunk values like 'TRUE', 'T', 'Y', 'YES', true will be converted into '1' and values like 'FALSE', 'F', 'N', 'NO', 'NONE', false will be converted into '0'. > > Consider using values '0' and '1' as false and true values. @@ -411,7 +411,7 @@ This is how it looks in the UI: ![image](../images/components/radio_component_example.png) -> When using [Boolean](https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/ListOfDataTypes) values consider that inside splunk values like 'TRUE', 'T', 'Y', 'YES', true will be converted into '1' and values like 'FALSE', 'F', 'N', 'NO', 'NONE', false will be converted into '0'. +> When using [Boolean](https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/ListOfDataTypes) values on any form inside configuration page, consider that inside splunk values like 'TRUE', 'T', 'Y', 'YES', true will be converted into '1' and values like 'FALSE', 'F', 'N', 'NO', 'NONE', false will be converted into '0'. > > Consider using values '0' and '1' as false and true values.