SkillAgentSearch skills...

Selector

A Customized View which combines different choice mode into it. Single choice mode or multiple choice mode and you could design your own mode

Install / Use

/learn @wisdomtl/Selector
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Zed

README

Selector

it combine different choice mode into one View. There are two default mode, one is single choice mode act like RadioButton + RadioGroup, the other is multiple choice mode act like CheckBox. The Choice mode could be extended dynamically.

why this?

  1. the RadioButton + RadioGroup has limitation on it's items, they have to be honrizontal or vertical. Use this to get rid of it. You could arrange items whatever you like in layout xml
  2. it combine different choice mode into one View. Single choice, multiple choice and you could design the mode you like. May be it is an "order mode", which is a combination of single and multiple choice.(just like the case when ordering dinner)
  3. you could add Animation for selected and unselected state.
  4. you could design what radio button looks like by a layout xml.

how does it looks it

let me show you the "order mode": order-choice.gif

View on GitHub
GitHub Stars58
CategoryDesign
Updated1mo ago
Forks7

Languages

Kotlin

Security Score

85/100

Audited on Feb 26, 2026

No findings