cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to create the Radio Button for Boolean type and attribute is classattributeassignment

Former Member
0 Likes
478

Hi Experts, I have requirement like need to create the Radio Button for ClassAttributeAssignment type of attribute .

I have added the attribute in items.xml

     <enumtype code="attr1" autocreate="true" generate="true">
         <value code="True" />
         <value code="False" />
     </enumtype>

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member625836
Active Contributor
0 Likes

Hi ,

Please take a look at Default Boolean Editor. It already covers your requirement (without new type definition - simple boolean is more then enough).

Cheers, Jacek