checkbox and radio not showing in designer

Posted by Community Admin on 05-Aug-2018 17:34

checkbox and radio not showing in designer

All Replies

Posted by Community Admin on 22-Aug-2016 00:00

This seems to be a styling issue but I do not know where to start ..... in the case of a widget designer an input radio button or check box do not show ... even though the HTML for them is rendered

 

 

 

 <label for="nameInput">Display Which Benefits</label>
    <div class="row">

        <div class="radio form-inline">
            <label for="currentlyOpenLibrary">
                <input id="instantBenefitType" type="radio" ng-model="properties.InstantBenefitsType.PropertyValue" value="systemwide" />
                System Wide


            </label>
            <br />
            <label for="currentlyOpenLibrary">
                <input id="instantBenefitType" type="radio" ng-model="properties.InstantBenefitsType.PropertyValue" value="fasttrack" />
                Fast Track
            </label>
        </div>
    </div>

Posted by Community Admin on 22-Aug-2016 00:00

Hi. It is probably styling issue.  If you want to keep the same styles, as built-in widget designers in sitefinity. I can suggest you to check source code of this widgets designers. Example with radiobuttons you can find here:  https://github.com/Sitefinity/feather-widgets/blob/cebd2a27bb94596bdc2f716ab7c6e8af84f839c4/Telerik.Sitefinity.Frontend.Identity/Mvc/Views/Profile/DesignerView.Simple.cshtm

This thread is closed