(self)
| 85 | return await self._channel.send("innerHTML", None) |
| 86 | |
| 87 | async def is_checked(self) -> bool: |
| 88 | return await self._channel.send("isChecked", None) |
| 89 | |
| 90 | async def is_disabled(self) -> bool: |
| 91 | return await self._channel.send("isDisabled", None) |