# 투표에서 '투표한 사람 표시'를 기본값으로 설정하기

**URL:** https://meta.discourse.org/t/making-polls-show-who-voted-by-default/220022
**Category:** Feature
**Tags:** polls, completed
**Created:** [3월 4, 2022, 2:48오전 UTC](https://meta.discourse.org/t/making-polls-show-who-voted-by-default/220022 "2022-03-04T02:48:59Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![cocococosti](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cocococosti/32/231474_2.png) [@cocococosti](https://meta.discourse.org/u/cocococosti)
#### Post date: [3월 4, 2022, 3:40오전 UTC](https://meta.discourse.org/t/making-polls-show-who-voted-by-default/220022/2 "2022-03-04T03:40:50Z")

</div>

그 동작을 변경할 수 있는 설정은 없는 것 같습니다. 하지만 테마 컴포넌트에서 커스텀 JS를 활용하면 가능할 수 있습니다. 체크 상태와 미체크 상태를 제어하는 속성은 다음과 같습니다: [https://github.com/discourse/discourse/blob/main/plugins/poll/assets/javascripts/controllers/poll-ui-builder.js#L51](https://github.com/discourse/discourse/blob/main/plugins/poll/assets/javascripts/controllers/poll-ui-builder.js#L51)

---

_[View the full topic](https://meta.discourse.org/t/making-polls-show-who-voted-by-default/220022)._
