checkbox and radiobutton

Hi,

in the interface we used checkbox to select multiple, now bcz of some reasons user wants to select one item at a time so am thinking to go with radiobutton 

is that right way or do we have any other options? 

and even i have checked with radio button but am getting this error, hope nothing difference b/w check box and radio button

can anyone suggest me

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    Hi Kavya, choosing between checkbox and radio button depends on your UI preference and what kind of options you want to provide to end users. and for the error , looks like the value of the radio button is not available in the choice values array. make sure value parameter of the radioButton must available in choiceValues array. 

Reply
  • 0
    Certified Senior Developer

    Hi Kavya, choosing between checkbox and radio button depends on your UI preference and what kind of options you want to provide to end users. and for the error , looks like the value of the radio button is not available in the choice values array. make sure value parameter of the radioButton must available in choiceValues array. 

Children