function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Revathi BRevathi B 

Unsupported attribute label in <apex:inputCheckbox>

Best Answer chosen by Revathi B
Yashwanth Reddy 56Yashwanth Reddy 56
Please change the API version to 49 as it is the latest one !! It will work !! Click on visualforce page and click on edit and then go to version settings and change the API version to 49 !! it works !!
Thanks,
yaswanth.



For more details: https://www.etggs.com/services/salesforce/  (https://www.etggs.com/services/salesforce/ )

All Answers

VinayVinay (Salesforce Developers) 
Hi Revathi,

This seem to be expected behaviour Use attribute tabindex for <apex:inputCheckbox>.

Review below link for more details.
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_inputCheckbox.htm
https://salesforce.stackexchange.com/questions/42498/unsupported-attribute-tabindex-on-apexinputfield-doc-contradictory  (similar error)

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Vinay Kumar
Abhishek BansalAbhishek Bansal
Hi Ravthi,

Label is supported for apex:inputCheckbox, may be you are having problems with the syntax, that's why you are getting this error. Please share the code so that we can figure out the issue.

NOTE: Please make sure the API version of your VF page is > 23

Thanks,
Abhishek Bansal.
Yashwanth Reddy 56Yashwanth Reddy 56
Please change the API version to 49 as it is the latest one !! It will work !! Click on visualforce page and click on edit and then go to version settings and change the API version to 49 !! it works !!
Thanks,
yaswanth.



For more details: https://www.etggs.com/services/salesforce/  (https://www.etggs.com/services/salesforce/ )
This was selected as the best answer