Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7073611
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:57:01+00:00 2026-05-28T05:57:01+00:00

I am trying to use the Check Box makes the component greyout/ disable. field.setDisabled(true);

  • 0

I am trying to use the Check Box makes the component greyout/ disable.

field.setDisabled(true);

This works fine in browser, but in iPhone and iPad devices browser it is disabling and gray out the label but still user us be able to select any of the checkboxes.

Does anybody know how to implement this?

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T05:57:01+00:00Added an answer on May 28, 2026 at 5:57 am

    This is probably due to opened BUG #135 (Disabled Checkboxes/Radiobuttons still working).

    Comments to bug provide couple of workarounds one of which is (you can put this in one of your JavaScript files elsewhere after Sencha Touch is loaded, you should require Ext.form.Checkbox first if it not yet exists too):

    Ext.override(Ext.form.Checkbox, {
      onChange: function(e) {
        if (e) {
          if (e.browserEvent) {
            e = e.browserEvent;
          }
    
          if (Ext.supports.Touch && !e.isSimulated) {
            e.preventDefault();
            e.stopPropagation();
            return;
          }
        }
    
        if(!this.isDisabled()){
          if (this.isChecked()) {
            this.lastState = true;
            this.fireEvent('check', this);
          } else {
            this.lastState = false;
            this.fireEvent('uncheck', this);
          }
        } else {
          var state;
          if(!Ext.isEmpty(this.lastState)){
            state = this.lastState;
          } else {
            state = Ext.isEmpty(this.originalState) ?
                      this.getBooleanIsChecked(this.checked) : this.originalState;
          }
          this.setChecked(state);
        }
      }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to use check unit testing framework for my C application. But I
I'm trying to use jQuery to check for the existence of an <option> that
I'm trying to use fileexists to check if a file exists on a network
I'm trying to use Struts validation to check various fields entered by users. If
I am trying to use Prototype and startsWith but I want to check a
I'm trying to use a modified preg format from preg_match: check birthday format (dd/mm/yyyy)
I am trying to use periodic refresh(ajax)/polling on my site by XMLHttp(XHR) to check
I use MySQL 5.5.16. I'm trying to check if a certain column exists in
I'm trying to make a check box to show/hide a HTML element, but I
I have been trying to use/save the boolean value of a checkbox in other

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.