Join Slack
Powered by
I just started with kotlin-js and was wondering if...
# javascript
r
robstoll
03/01/2018, 1:08 PM
I just started with kotlin-js and was wondering if there is an abstraction for checkbox. I found HTMLInputElement but would want something more specific. Is there something in the stdlib which I could not find?
b
bashor
03/05/2018, 11:44 AM
Actually, it’s HTML API as is
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox
r
robstoll
03/11/2018, 12:31 PM
thanks for the response. I might create an own abstraction then
5
Views
Open in Slack
Previous
Next