Gets the current position of the checkbox/radio.
()
| 260 | |
| 261 | /** Gets the current position of the checkbox/radio. */ |
| 262 | _getTogglePosition() { |
| 263 | return this.togglePosition || 'after'; |
| 264 | } |
| 265 | |
| 266 | /** |
| 267 | * Sets the selected state of the option. |
no outgoing calls
no test coverage detected