clicable
Clicable is a term often used as a variant of clickable, describing elements in graphical user interfaces that respond to user clicks. In web design and application development, a clickable object triggers an action such as navigation, submission, or toggling a state when activated by a mouse, touch, or keyboard input. Common clickable elements include hyperlinks, buttons, image maps, and menu items. The concept relies on visual affordances and proper semantics to communicate interactivity to users and assistive technologies.
In practice, clickable and actionable are related but not identical. All clickable items are actionable, but
Spelling and localization: clicable is a nonstandard spelling in English and may appear in non-English contexts
Implementation notes: typical HTML approaches include using an anchor tag with href for navigation or a button