Menu Icon

Select Button

A selectButton is used to choose single or multiple items from a list using buttons.

  • Select Buttons have a value that selects the value of the select button.

  • They have some initial styles and you can change them what you want.

  • Options input has your options of multi select, every option must be object and in an array.

  • Option label is shows what you want for your option.

  • Option value is value of an option.

  • Label is the text that above of the select button.

  • Hint is the text that below of the select button.

  • Multiple enables to select options multiply.

  • Unselectable enables to not select any options of the select button.

  • Disabled makes the select button unchangeable.

X

    Content