Forums

Forums / Bugs & Issues / Radio Button visual changed after saas sitefinity upgrade to

Radio Button visual changed after saas sitefinity upgrade to

2 posts, 0 answered
  1. Missing user
    Missing user avatar
    23 May 2024
    Link to this post
    We recently had our Saas siteinfity instance updated fto version Product version: 15.0.8227.0
    Since the update all of the forms we had radio button yes/no questions for have had the radio button visual changed from a standard radio button visual of an empty circle that colors when selected - to a very faint single dot that shows as blue or grey depending on selection.  The dot is much smaller than the circle was for the radio button, and our form users are missing the question. 

    Does anyone know how to change the radio button visual back to the standard empty or filled circle? 

    I have tried recreating the form but I have the same issue. 
    I cannot find any visual options in the widget that might be responsible for this. 

     
  2. Rawdon Edghill
    Rawdon Edghill avatar
    86 posts
    Registered:
    16 Dec 2020
    27 May 2024
    Link to this post
    Hi Mike,

    Thank you for bringing this to our attention. We are aware of this issue where the Kendo styles conflict with the default Bootstrap styles for radio buttons.

    As a workaround, you can modify the template of the yes/no widget by editing the RadioButton template and removing the k-radio class from both inputs.

    Ensure to save the template with a relevant name for future reference.

    Alternatively, you can use jQuery within a tpc ready event on the page template with the following code:
    $('input[type="radio"]').removeClass("k-radio") 

    Regards,
    Rawdon
2 posts, 0 answered