ko/ui checkbox element
This module inherits methods and properties from the module it extends.
Example
var checkbox = require("ko/ui/checkbox").create(); checkbox.checked("true");
- Copyright:
-
- (c) 2017 ActiveState Software Inc.
- License:
-
- Mozilla Public License v. 2.0
Extends
Classes
Methods
-
require("ko/ui/checkbox").create( [options])
-
Create a new checkbox UI element
Parameters:
Name Type Argument Description options
object <optional>
An object containing attributes and options
Returns: