본문 바로가기
UI UX Design

[Design][UI_Component] 토글 toggle Button 에 대해서

by 딧피 2020. 6. 12.
728x90
반응형

토글버튼은 무엇인가?

그리고, 다른버튼들과의 차이는 무엇일까.

 

 

토글버튼 Toggle Button : [on] 과 [off]를 직관적으로 컨트롤할 수 있는 기능의 버튼.

English 사전 : A switch that uses a toggle joint with a spring to open or close an electric circuit as an attached lever is pushed through a small arc.

 toggle button allows the user to change a setting between two states.

You can add a basic toggle button to your layout with the ToggleButton object. Android 4.0 (API level 14) introduces another kind of toggle button called a switch that provides a slider control, which you can add with a Switch object.

 

 

 

일반 버튼은 Hover  

체크 버튼은 Check

토글 버튼은 On/Off    으로 반응을 하고

 

 

일반 버튼은 Click

체크 버튼은 Click

토글 버튼은 Click/Slide    방식으로 조작할 수 있다.

 

 

기능적인 측면에서 보면

 

 

일반 버튼은 화면의 전환/ 팝업화면으로 전환

체크 버튼은 Check/ Uncheck 의 전환

토글 버튼은 화면내 전환 또는 연관된 백그라운드 기능의 전환

 

 

728x90
반응형

댓글