How can Remove Radio button Yes No label(with boolean attribute)

1
Hi We have created dynamic radio button(boolean attribute) and set label dynamic  my question is we can remove(default yes no label ) we need only only radio button (without yes No label) we need generated label dynamic through enter label value if yes then what is the solution (We can set label dynamic)
asked
1 answers
0

Hi Shubham,

 

With a boolean attribute you can also use a checkbox or a switch, these do not use the yes/no options. Or if you want specific options, your best option would be to use an enumeration. If this is not the answer you were looking for can you elaborate more?

 

answered