Color of Check in Checkbox

Hi
I was wondering if anyone knows how to change the color of the check in the checkbox? I've used foreground but that only changes the label. I've also used setBorder to change the color of the box, but nothing works for the check.
Can anyone help me?
thanks

Under the Windows L&F, you can try setting the property CheckBox.darkShadow via something like
UIManager.put( "CheckBox.darkShadow", Color.BLUE );Though that will change the color for all check boxes.
: jay

Similar Messages

  • How to check a checkbox field value in fw9 PDF form

    Hi,
    I got a PDF given form IRS (http://www.irs.gov/pub/irs-pdf/fw9.pdf). While creating a widget to this pdf form to sign it, I merged the custum data to those PDF form fields using API setMergeFields.
    All the data fields are merged fine except the checkboxes. I tried by passing the values to the merge_fields array as 'On', '1', 'checked', 'checkbox(checked)' but no luck
    What is wrong here in checking the chexbox field in this fw9 PDF or How to check a checkbox field in a form?
    Thank you,

    Hi Simon,
    I re-added and edited the fields of fw9 form by pdf printer. While doing so, I made fields as ready only so that, the data cannot be edited in the form through the widget but will be merged the data to fields only be the code. Wherein Im using the widget only for signature but not for form filling.
    Here, Im able to merge my custom data to all fields while creating widget but not to the fields of checkboxes. The checkboxes fields which are made ready-only are not allowing me to merge the value as checked by the API.
    Please help me,
    Thanks you,

  • Set default value for people picker only when user checks a checkbox (Sharepoint 2010)

    The javescript in below link works for me.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/2b130f64-3db2-484a-9a53-ccbe18d2c5de/set-default-value-for-people-picker-in-list-template-current-user?forum=sharepointgenerallegacy
    However, I'd like to set default user for people picker only when user checks a checkbox. 
    I am new to  development. Could you please help me on this requirement ?
    Thank you very much. 

    Hello,
    Use this link to to validate checkbox value, if true then set the person or group value (i.e. as posted in your link).
    http://geekswithblogs.net/haniamr/archive/2011/03/10/validate-that-a-checkbox-is-checked-using-javascript.aspx
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How to check a checkbox

    Hello,
    I am using the interapplication communication API classes from my c# program. I read an  previously generated xml and write the data to the live cylce pdf form
    I use the below classes and use the IField.value( myField.Value = xmlcolValue;) to write to the form. It works fine for all the text boxes, But is not writting/selecteing/checking  the checkboxes.
    I have tried using the IFeild.setExportValues(..) but it gives me an error "Security setting prevent me from doing that".Could you please let me know how to solve this issue?
    CAcroAVDoc  
    Thank you
    IAFormApp  IFields   IField

    Hello,
    Still searching for the same issue. Does anyone have a solution/fix for this?
    Thanks

  • Check teh checkboxes on click of button

    Hi,
    I am using mvc bsp application.
    I have a button "select all" . upon clicking this button i need to check certain checkboxes.how do i do this using onclientclick and javascript?
    Regards,
    niky.

    <af:commandButton partailSubmit="true" id="cb1" actionListener="#{Bean.doAction}">
    <af:inputText partialTriggers="cb1" visible="#{Bean.flag}">
    in the bean have it like
    private boolean flag; //have getter and setter
    public void doAction(ActionEvent actionEvent){
    flag=true;

  • Check a checkbox in a jtable in a panel from another panel

    I have a panel-> Panel A
    where I have some conditions and on that condition I want to check a checkbox in a jtable in another panel ->PanelB
    So Panel B has a jtable with one column as checkbox,I want to check/uncheck this checkbox based on some conditions in some other panel A
    I have no idea how to do this.Please help.
    Thanks

    885522 wrote:
    How will the change be reflected dynamically if the value changes in some other panel.By code that you write. If you want component X to change based on some changes to component Y, then first you set up a listener which will notify you when changes to component Y take place. In that listener you put code which makes the appropriate changes to component X, based on what happened to component Y.

  • How to check whether checkbox is checked or not and to get label if checked

    Hi,
    I've used checkboxgroup, and i'm populating it dynamically using attribute node & attribute value.. like this
    IPrivateTestView.IWelcomNode wNode =wdContext.nodeWelcom();
         IPrivateTestView.IWelcomElement wEl,wE2,wE3;
         wEl=wNode.createWelcomElement();
         wNode.addElement(wEl);
         wEl.setWelValue("Welcome Boards");
         wE2=wNode.createWelcomElement();
         wNode.addElement(wE2);
         wE2.setWelValue("Traditional Welcome");
         wE3=wNode.createWelcomElement();
         wNode.addElement(wE3);
         wE3.setWelValue("Photograph");
    now i want to check whether checkbox is checked and how many checkbox has been checked and then i want that label values of checked boxes.. so pls help me out. if possible give me some sample coding...

    CheckBoxGroup.texts -> Welcom.WelValue
    In controller method (e.g. action handler):
    IWelcomNode node = wdContext.nodeWelcom();
    for (int i = 0; i < node.size(); ++i)
      IWelcomElement e = node.getWelcomElementAt(i);
      if (node.isMultiSelected(i))
        String text = e.getWelValue();
        /* checkbox #i is selected and variable "text" contains the text */
    Armin

  • Background color of check box

    Hi All,
    I have one doubt.Suppose I have a lot of records.With in the same block I have Check boxes adjecent to records.
    I write a Pre-Block trigger:
    Set_Block_Property(:system.CURRENT_BLOCK,current_record_attribute,'GP_V_YELLOW');
    Post-Block Trigger::
    Set_Block_Property(:system.CURRENT_BLOCK,current_record_attribute,'GP_V_WHITE');
    My question is I never want to change the background color of check box.How to do it.
    Any Ideas,
    Thanks,
    Bhujendra

    Hi,
    I have several blocks.That's why i'm using pre-block in form level trigger. Each record in a block is required to show visual attribute GP_V_YELLOW,GP_V_WHITE

  • Can i give color ot check box in forms 6i

    HI
    is it possible to change the color of check box in forms 6i..??
    i want to change the color of inner part of square of check box.. is it possible??
    pls reply me asap .

    Hi,
    It is not possible to change the colour of the check box where the check appears. You will be able to only change the colour of the other areas.
    Hope this helps.

  • Disabling input text component on checking the checkbox

    Hi,
    I have created INPUT TEXT and CHECKBOX dynamically by the following code.
    List<UIComponent> children;
    children = pgl.getChildren();
    RichPanelGroupLayout pgll;
    pgll = new RichPanelGroupLayout();
    pgll.setLayout("horizontal");
    List<UIComponent> children1;
    children1 = pgll.getChildren();
    RichInputText it;
    it = new RichInputText();
    UIComponent cb = new RichSelectBooleanCheckbox();
    children1.add(it);
    children1.add(cb);
    children.add(pgll);
    Now on checking the checkbox i shud disable the inputtext box.. can someone help me out in getting it?

    In the valueChangeListener of the checkbox, set the disable propoerty of the input box to true and call the partial trigger on the input box using AdfFacesContext.addpartialTarget("idoftheinputbox"). Also set the partial submit of the checkbox to true.

  • Check a checkbox with condition

    Hi expert,
    I'am new in visual compser, I'am triying to check a checkbox folowing a condition. If the condition is satified, so check the chekbox.
    Any idea ?
    Cordialy

    Hi,
    Please be aware that in 731SP14 there is an issue in webdynpro runtime and also in VC5 that this thing is not working. We are aware of the issue and working on that.
    What you can do as a workaround if it does not work, is to create an action from the text field/button/plain text or any other control that determines the checkbox status. This action will set value of true or false to the checkbox accroding to your condition- that depends on the value of the textfield /plain text etc..
    Regards,
    Asaf.

  • How to color the check boxes?

    Hello
    I have couple of check boxes on my form, like....... my_check_box_monthly....... my_check_box_yearly.
    I have 2 scenarios, so based on scenario, i hv to select either of the check box, as below
    if scenario_1
    make/display my_check_box_monthly with BLUE
    else if scenario_2
    make/display my_check_box_yearly. with RED
    endif.
    For text fields..... I know how to get i, its as below,
    this.ui.oneOfChild.border.fill.color.value = "224,224,224";
    Pls. let me know How to write the code for COLORING the check boxes in Java Script?
    Thank you

    Kindly check this code for changing border color of check box
    If scenario1
    this.ui.checkButton.border.edge.color.value = "0,0,255";
    else if scenario2
    this.ui.checkButton.border.edge.color.value = "255,0,0";
    Thanks,
    Anitha

  • Check/Uncheck checkbox

    Hi all !
    I am having  a problem wich is very simple to solve but I haven't managed yet  to accomplish that ... When I check a checkbox I previously added to my Items Form I want to deactive Sales Item checkbox .Currently my code is :
    If (pVal.FormType = 150 And pVal.FormMode = SAPbouiCOM.BoFormMode.fm_ADD_MODE And pVal.EventType = SAPbouiCOM.BoEventTypes.et_CLICK And pVal.ItemUID.CompareTo("rental") = 0) Then
                Try
                    oDocPrintForm = SBO_Application.Forms.GetFormByTypeAndCount(pVal.FormType, pVal.FormTypeCount)
                    check = oDocPrintForm.Items.Item("rental").Specific
                    If (check.Checked) Then
                        oCheckbox = oDocPrintForm.Items.Item("13").Specific
                        oCheckbox.Checked = False
                    Else
                        oCheckbox = oDocPrintForm.Items.Item("13").Specific
                        oCheckbox.Checked = True
                    End If
                Catch ex As Exception
                End Try
            End If
    It is not working correctly . it only works on the first time ... Any hint
    Regards,
    Ivan Frias

    Hi !
    when i had the problem in past the reason was the wrong event.
    you check the clickevent but try
    pVal.EventType = SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED
    lg David

  • When I checked a checkbox, I also want to be checked other checkbox...Help!

    When I checked a checkbox, I also want to be checked other checkbox... How can I do this? Thank you...

    Hello,
    I Think you want to check the detailed block's checkboxes.
    For that, try this in the WHEN-CHECKBOX-CHANGED Trigger of the main block's checkbox.
           IF :<main_block_name>.<checkbox_name> = <value_when_checked> THEN
              GO_BLOCK('<detailed_block_name>');
              FIRST_RECORD;
              LAST_RECORD;
              Num_Total_Records := TO_NUMBER(NAME_IN('SYSTEM.CURSOR_RECORD'));
              FIRST_RECORD;
              FOR Num_Loop_I IN 1..Num_Total_Records LOOP
                   :<detailed_block_name>.<checkbox_name> := <value_when_checked>;
                   NEXT_RECORD;
              END LOOP;
         END IF;Regards,
    Manu.
    If this answer is helpful or correct, please mark it. Thanks.

  • Dynamically checking off checkboxes

    Hi,
    I have a simple form with some checkboxes.  The user checks them off and the values get store in a db.
    I like to eat:
    Form page:
      <input type="Checkbox" name="fruit" value="apples">apples ....
    - apples
    - oranges
    - bananas
    - grapes
    So on the edit page if the user has checked off all, but oranges it should be displayed from the db like so:
    x apples
    - oranges
    x bananas
    x grapes
    I started by doing this, but it doesn't quit cut it.  Maybe merging the values of the form fields and the db fields into one list would work?
    <cfoutput query="getinfo">
             <cfif fruit EQ '#fruit#'>
             <input type="Checkbox" name="fruit" value="#fruit#" checked>x apples
             <cfelse>
             <input type="Checkbox" name="fruit" value="#fruit#" >apples
    </cfoutput>
    Any ideas would be much appreciated!

    Database table: fruitChoice
    userID apple orange banana grape
    x147d
    1
    0
    1
    1
    a065b
    0
    1
    1
    1
    t992w
    1
    0
    1
    0
    Query to fetch data from the database:
    <cfquery name="getInfo" datasource="myDSN">
    select apple,orange,banana,grape
    from fruitChoice
    where userID = '#session.userID#'
    </cfquery>
    Query to insert data into the database:
    <!--- I use the submit field, not a checkbox, to verify whether the form has been submitted. If you don't check a checkbox, x, then the variable form.x wont exist when the form is submitted --->
    <cfif isDefined("form.sbmt")>
    <cfset isAppleChosen=0>
    <cfset isOrangeChosen=0>
    <cfset isBananaChosen=0>
    <cfset isGrapeChosen=0>
    <cfif isDefined("form.apples")>
        <cfset isAppleChosen=1>
    </cfif>
    <cfif isDefined("form.oranges")>
        <cfset isOrangeChosen=1>
    </cfif>
    <cfif isDefined("form.bananas")>
        <cfset isBananaChosen=1>
    </cfif>
    <cfif isDefined("form.grapes")>
        <cfset isGrapeChosen=1>
    </cfif>
    <cfquery name="saveInfo" datasource="myDSN">
    insert into fruitChoice (userID,apple,orange,banana,grape)
    values ('#session.userID#',#isAppleChosen#,#isOrangeChosen#,#isBananaChosen#,#isGrapeChosen#)
    </cfquery>
    </cfif>
    And, finally, the form
    <form>
        <p>
        <cfif getinfo.apple EQ 1>
            <input type="Checkbox" name="apples" checked>apples
        <cfelse>
            <input type="Checkbox" name="apples">apples
        </cfif>
        </p>
        <p>
        <cfif getinfo.orange EQ 1>
            <input type="Checkbox" name="oranges" checked>oranges
        <cfelse>
            <input type="Checkbox" name="oranges">oranges
        </cfif>
        </p>
        <p>
        <cfif getinfo.banana EQ 1>
            <input type="Checkbox" name="bananas" checked>bananas
        <cfelse>
            <input type="Checkbox" name="bananas">bananas
        </cfif>
        </p>
        <p>
        <cfif getinfo.grape EQ 1>
            <input type="Checkbox" name="grapes" checked>grapes
        <cfelse>
            <input type="Checkbox" name="grapes">grapes
        </cfif>
        </p>
        <p>
        <input type="submit" name="sbmt" value="send">
        </p>
    </form>

Maybe you are looking for