jQuery UI Widgets Forums Editors CheckBox, RadioButton Display of chosen radio button is not good

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Display of chosen radio button is not good #7544

    midi
    Participant

    Hi,

    I set the box size of a radio button in the demo and it’s like this:


    $("#jqxRadioButton").jqxRadioButton({ width: 250, height: 25, boxSize:"10px", checked: true, theme: theme });

    However, I find the display of the button becomes bad after I click it.

    Just to report this issue.

    Best Regards,
    midi

    Display of chosen radio button is not good #7545

    Peter Stoev
    Keymaster

    Hi midi,

    The boxSize determines the outer radio box’s size. However, you will also have to change the checkmark’s size which is defined in the CSS and especially in the jqx.base.css file . The class name is .jqx-radiobutton-check-checked and there the checkmark’s size is set to 7px.

    Hope this helps.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.