aui:input and radio buttons

Kevin Neibarger, modified 6 Years ago. Regular Member Posts: 105 Join Date: 2/2/18 Recent Posts

Why is the following not showing as checked on the UI

 

<aui:input checked="true" inlineLabel="right" name="question1" type="radio" value="Good" label="Good" cssClass="question"/>

 

This element in a custom JSTL Tag and being referenced from a JSP. Is there some reason that an alloy input cannot be used in a custom JSTL tag? What is it wrapped in that is causing an issue?

 

Can anyone tell me how a <aui:input...> becomes an input tag?